#024E0A

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

Shades of Myrtle #024E0A

Tints of Myrtle #024E0A

Color information

#024E0A (or 0x024E0A) is unknown color: approx Myrtle. HEX triplet: 02, 4E and 0A. RGB value is (2,78,10). Sum of RGB (Red+Green+Blue) = 2+78+10=90 (11% of max value = 765). Red value is 2 (1.17% from 255 or 2.22% from 90); Green value is 78 (30.86% from 255 or 86.67% from 90); Blue value is 10 (4.30% from 255 or 11.11% from 90); Max value from RGB is 78 - color contains mainly: green. Hex color #024E0A is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #024E0A is #FDB1F5. Grayscale: #2F2F2F. Windows color (decimal): -16626166 or 675330. OLE color: 675330.

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

Color convert

RGB27810-
CMYK0.9700.870.69
HSL126.32º95%15.69%-
HSV(B)126.32º97.44%30.59%-
XYZ2.85.481.2-
YUV47.52106.8295.53-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.22%
GREEN value IS 78 (30.86% from 255) = 86.67%
BLUE value IS 10 (4.30% from 255) = 11.11%
R=2.22%
G=86.67%
B=11.11%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal278100.9700.870.69126.329515.69
Hex24EA61057457e5f10
Octal211612141012710517613720
Binary101001110101011000010101011110001011111110101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024E0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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