#024802

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

Shades of Myrtle #024802

Tints of Myrtle #024802

Color information

#024802 (or 0x024802) is unknown color: approx Myrtle. HEX triplet: 02, 48 and 02. RGB value is (2,72,2). Sum of RGB (Red+Green+Blue) = 2+72+2=76 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.63% from 76); Green value is 72 (28.52% from 255 or 94.74% from 76); Blue value is 2 (1.17% from 255 or 2.63% from 76); Max value from RGB is 72 - color contains mainly: green. Hex color #024802 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #024802 is #FDB7FD. Grayscale: #2B2B2B. Windows color (decimal): -16627710 or 149506. OLE color: 149506.

HSL color Cylindrical-coordinate representation of color #024802: hue angle of 120º 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 #024802 is Cyan = 0.97, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.72.

Color convert

RGB2722-
CMYK0.9700.970.72
HSL120º94.59%14.51%-
HSV(B)120º97.22%28.24%-
XYZ2.354.650.83-
YUV43.09104.8198.69-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.63%
GREEN value IS 72 (28.52% from 255) = 94.74%
BLUE value IS 2 (1.17% from 255) = 2.63%
R=2.63%
G=94.74%
B=2.63%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal27220.9700.970.7212094.5914.51
Hex24826106148785ff
Octal21102141014111017013717
Binary101001000101100001011000011001000111100010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024802

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #024802; }

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

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

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

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

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

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

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

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