#024806

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

Shades of Myrtle #024806

Tints of Myrtle #024806

Color information

#024806 (or 0x024806) is unknown color: approx Myrtle. HEX triplet: 02, 48 and 06. RGB value is (2,72,6). Sum of RGB (Red+Green+Blue) = 2+72+6=80 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.5% from 80); Green value is 72 (28.52% from 255 or 90% from 80); Blue value is 6 (2.73% from 255 or 7.5% from 80); Max value from RGB is 72 - color contains mainly: green. Hex color #024806 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #024806 is #FDB7F9. Grayscale: #2B2B2B. Windows color (decimal): -16627706 or 411650. OLE color: 411650.

HSL color Cylindrical-coordinate representation of color #024806: hue angle of 123.43º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #024806 is Cyan = 0.97, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.72.

Color convert

RGB2726-
CMYK0.9700.920.72
HSL123.43º94.59%14.51%-
HSV(B)123.43º97.22%28.24%-
XYZ2.384.660.95-
YUV43.55106.8198.37-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.5%
GREEN value IS 72 (28.52% from 255) = 90%
BLUE value IS 6 (2.73% from 255) = 7.5%
R=2.5%
G=90%
B=7.5%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal27260.9700.920.72123.4394.5914.51
Hex24866105C487b5ff
Octal21106141013411017313717
Binary1010010001101100001010111001001000111101110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024806

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #024806; }

 p { color: rgb(2,72,6); }

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

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

 a { background-color: rgb(2,72,6); }

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

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

 span { border-color: rgb(2,72,6); }

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