#024502

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

Shades of Myrtle #024502

Tints of Myrtle #024502

Color information

#024502 (or 0x024502) is unknown color: approx Myrtle. HEX triplet: 02, 45 and 02. RGB value is (2,69,2). Sum of RGB (Red+Green+Blue) = 2+69+2=73 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.74% from 73); Green value is 69 (27.34% from 255 or 94.52% from 73); Blue value is 2 (1.17% from 255 or 2.74% from 73); Max value from RGB is 69 - color contains mainly: green. Hex color #024502 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #024502 is #FDBAFD. Grayscale: #292929. Windows color (decimal): -16628478 or 148738. OLE color: 148738.

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

Color convert

RGB2692-
CMYK0.9700.970.73
HSL120º94.37%13.92%-
HSV(B)120º97.1%27.06%-
XYZ2.164.270.77-
YUV41.33105.899.95-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.74%
GREEN value IS 69 (27.34% from 255) = 94.52%
BLUE value IS 2 (1.17% from 255) = 2.74%
R=2.74%
G=94.52%
B=2.74%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal26920.9700.970.7312094.3713.92
Hex24526106149785ee
Octal21052141014111117013616
Binary101000101101100001011000011001001111100010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #024502; }

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

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

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

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

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

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

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

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