#024D03

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

Shades of Myrtle #024D03

Tints of Myrtle #024D03

Color information

#024D03 (or 0x024D03) is unknown color: approx Myrtle. HEX triplet: 02, 4D and 03. RGB value is (2,77,3). Sum of RGB (Red+Green+Blue) = 2+77+3=82 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.44% from 82); Green value is 77 (30.47% from 255 or 93.90% from 82); Blue value is 3 (1.56% from 255 or 3.66% from 82); Max value from RGB is 77 - color contains mainly: green. Hex color #024D03 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #024D03 is #FDB2FC. Grayscale: #2E2E2E. Windows color (decimal): -16626429 or 216322. OLE color: 216322.

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

Color convert

RGB2773-
CMYK0.9700.960.70
HSL120.8º94.94%15.49%-
HSV(B)120.8º97.4%30.2%-
XYZ2.75.330.97-
YUV46.14103.6596.52-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.44%
GREEN value IS 77 (30.47% from 255) = 93.90%
BLUE value IS 3 (1.56% from 255) = 3.66%
R=2.44%
G=93.90%
B=3.66%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal27730.9700.960.70120.894.9415.49
Hex24D36106046795ff
Octal21153141014010617113717
Binary101001101111100001011000001000110111100110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024D03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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