Color Hex Logo

#024826 Color Hex

#024826
(2,72,38)
0 Favorites   0 Comments

Color spaces of #024826

RGB 27238
HSL0.420.950.15
HSV151°97°28°
CMYK 0.970.000.47   0.72
XYZ2.69234.78762.6159
Yxy4.78760.26670.4742
Hunter Lab21.8806-16.32758.2281
CIE-Lab26.1209-29.139114.9123

#024826 color RGB value is (2,72,38).

#024826 hex color red value is 2, green value is 72 and the blue value of its RGB is 38. Cylindrical-coordinate representations (also known as HSL) of color #024826 hue: 0.42 , saturation: 0.95 and the lightness value of 024826 is 0.15.

The process color (four color CMYK) of #024826 color hex is 0.97, 0.00, 0.47, 0.72. Web safe color of #024826 is #003333. Color #024826 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000010 01001000 00100110
Octal 2 110 46
Decimal 2 72 38
Hex 2 48 26

RGB Percentages of Color #024826

%1.79
%64.29
%33.93

CMYK Percentages of Color #024826

%97
%0
%47
%72

Triadic Colors of #024826

#024826 #260248 #482602

Analogous Colors of #024826

#024826 #024748 #024803

Monochromatic Colors of #024826

#024826

Complementary Color

#024826 #480224

#024826 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#024826 Color Preview on White Background

Lorem ipsum dolor sit amet.

#024826 Color CSS Codes

.mybgcolor {background-color:#024826; } 
.myforecolor {color:#024826; }
.mybordercolor {border:3px solid #024826; }

#024826 Text Font Color

<p style="color:#024826">Text here</p>

This sample text font color is #024826
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#024826 Background Color

<div style="background-color:#024826">
Div content here</div>

This div background color is #024826


#024826 Border Color

<div style="border:3px solid #024826">
Div here</div>

This div border color is #024826


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(2,72,38, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #024826; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #024826;
  -webkit-box-shadow: 1px 1px 3px 2px #024826;
  box-shadow:         1px 1px 3px 2px #024826; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(2,72,38, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #024826">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #024826;
  -webkit-box-shadow: 1px 1px 3px 2px #024826;
  box-shadow:         1px 1px 3px 2px #024826;">
Div content here</div>

This div box has shadow with color #024826


Comments

No comments written yet.

Please login to write comment.