#024D0A

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

Shades of Myrtle #024D0A

Tints of Myrtle #024D0A

Color information

#024D0A (or 0x024D0A) is unknown color: approx Myrtle. HEX triplet: 02, 4D and 0A. RGB value is (2,77,10). Sum of RGB (Red+Green+Blue) = 2+77+10=89 (11% of max value = 765). Red value is 2 (1.17% from 255 or 2.25% from 89); Green value is 77 (30.47% from 255 or 86.52% from 89); Blue value is 10 (4.30% from 255 or 11.24% from 89); Max value from RGB is 77 - color contains mainly: green. Hex color #024D0A is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #024D0A is #FDB2F5. Grayscale: #2F2F2F. Windows color (decimal): -16626422 or 675074. OLE color: 675074.

HSL color Cylindrical-coordinate representation of color #024D0A: hue angle of 126.4º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #024D0A is Cyan = 0.97, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.70.

Color convert

RGB27710-
CMYK0.9700.870.70
HSL126.4º94.94%15.49%-
HSV(B)126.4º97.4%30.2%-
XYZ2.735.341.17-
YUV46.94107.1595.95-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.25%
GREEN value IS 77 (30.47% from 255) = 86.52%
BLUE value IS 10 (4.30% from 255) = 11.24%
R=2.25%
G=86.52%
B=11.24%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal277100.9700.870.70126.494.9415.49
Hex24DA61057467e5ff
Octal211512141012710617613717
Binary10100110110101100001010101111000110111111010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024D0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #024D0A; }

 p { color: rgb(2,77,10); }

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

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

 a { background-color: rgb(2,77,10); }

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

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

 span { border-color: rgb(2,77,10); }

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