#024208

Color #024208 Myrtle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Myrtle #024208

Tints of Myrtle #024208

Color information

#024208 (or 0x024208) is unknown color: approx Myrtle. HEX triplet: 02, 42 and 08. RGB value is (2,66,8). Sum of RGB (Red+Green+Blue) = 2+66+8=76 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.63% from 76); Green value is 66 (26.17% from 255 or 86.84% from 76); Blue value is 8 (3.52% from 255 or 10.53% from 76); Max value from RGB is 66 - color contains mainly: green. Hex color #024208 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #024208 is #FDBDF7. Grayscale: #282828. Windows color (decimal): -16629240 or 541186. OLE color: 541186.

HSL color Cylindrical-coordinate representation of color #024208: hue angle of 125.62º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #024208 is Cyan = 0.97, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.74.

Color convert

RGB2668-
CMYK0.9700.880.74
HSL125.62º94.12%13.33%-
HSV(B)125.62º96.97%25.88%-
XYZ2.023.930.88-
YUV40.25109.8100.72-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 2 (1.17% from 255) = 2.63%
GREEN value IS 66 (26.17% from 255) = 86.84%
BLUE value IS 8 (3.52% from 255) = 10.53%
R=2.63%
G=86.84%
B=10.53%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal26680.9700.880.74125.6294.1213.33
Hex2428610584A7e5ed
Octal210210141013011217613615
Binary10100001010001100001010110001001010111111010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024208

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #024208; }

 p { color: rgb(2,66,8); }

 H1.HeaderClassName
 {
   color: #024208;
 }
 .AnyTagClassName
 {
   color: #024208;
 }
</style>
background-color css

<style>
 a { background-color: #024208; }

 a { background-color: rgb(2,66,8); }

 div.DivClassName
 {
   background-color: #024208;
 }
 .BgClassName
 {
   background-color: #024208;
 }
</style>
border-color css

<style>
 span { border-color: #024208; }

 span { border-color: rgb(2,66,8); }

 td.TdClassName
 {
   border-color: #024208;
 }
 .TagClassName
 {
   border-color: #024208;
 }
</style>