#024008

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

Shades of Myrtle #024008

Tints of Myrtle #024008

Color information

#024008 (or 0x024008) is unknown color: approx Myrtle. HEX triplet: 02, 40 and 08. RGB value is (2,64,8). Sum of RGB (Red+Green+Blue) = 2+64+8=74 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.70% from 74); Green value is 64 (25.39% from 255 or 86.49% from 74); Blue value is 8 (3.52% from 255 or 10.81% from 74); Max value from RGB is 64 - color contains mainly: green. Hex color #024008 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #024008 is #FDBFF7. Grayscale: #272727. Windows color (decimal): -16629752 or 540674. OLE color: 540674.

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

Color convert

RGB2648-
CMYK0.9700.870.75
HSL125.81º93.94%12.94%-
HSV(B)125.81º96.88%25.1%-
XYZ1.93.70.84-
YUV39.08110.46101.55-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.70%
GREEN value IS 64 (25.39% from 255) = 86.49%
BLUE value IS 8 (3.52% from 255) = 10.81%
R=2.70%
G=86.49%
B=10.81%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal26480.9700.870.75125.8193.9412.94
Hex2408610574B7e5ed
Octal210010141012711317613615
Binary10100000010001100001010101111001011111111010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024008

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #024008; }

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

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

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

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

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

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

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

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