#024900

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

Shades of Myrtle #024900

Tints of Myrtle #024900

Color information

#024900 (or 0x024900) is unknown color: approx Myrtle. HEX triplet: 02, 49 and 00. RGB value is (2,73,0). Sum of RGB (Red+Green+Blue) = 2+73+0=75 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.67% from 75); Green value is 73 (28.91% from 255 or 97.33% from 75); Blue value is 0 (0.39% from 255 or 0% from 75); Max value from RGB is 73 - color contains mainly: green. Hex color #024900 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #024900 is #FDB6FF. Grayscale: #2B2B2B. Windows color (decimal): -16627456 or 18690. OLE color: 18690.

HSL color Cylindrical-coordinate representation of color #024900: hue angle of 118.36º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 1%. Process color model (Four color, CMYK) of #024900 is Cyan = 0.97, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.71.

Color convert

RGB2730-
CMYK0.97010.71
HSL118.36º100%14.31%-
HSV(B)118.36º100%28.63%-
XYZ2.414.780.8-
YUV43.45103.4898.44-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.67%
GREEN value IS 73 (28.91% from 255) = 97.33%
BLUE value IS 0 (0.39% from 255) = 0%
R=2.67%
G=97.33%
B=0%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal27300.97010.71118.3610014.31
Hex249061064477664e
Octal21110141014410716614416
Binary10100100101100001011001001000111111011011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024900

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #024900; }

 p { color: rgb(2,73,0); }

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

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

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

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

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

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

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