#024805

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

Shades of Myrtle #024805

Tints of Myrtle #024805

Color information

#024805 (or 0x024805) is unknown color: approx Myrtle. HEX triplet: 02, 48 and 05. RGB value is (2,72,5). Sum of RGB (Red+Green+Blue) = 2+72+5=79 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.53% from 79); Green value is 72 (28.52% from 255 or 91.14% from 79); Blue value is 5 (2.34% from 255 or 6.33% from 79); Max value from RGB is 72 - color contains mainly: green. Hex color #024805 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #024805 is #FDB7FA. Grayscale: #2B2B2B. Windows color (decimal): -16627707 or 346114. OLE color: 346114.

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

Color convert

RGB2725-
CMYK0.9700.930.72
HSL122.57º94.59%14.51%-
HSV(B)122.57º97.22%28.24%-
XYZ2.374.660.92-
YUV43.43106.3198.45-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.53%
GREEN value IS 72 (28.52% from 255) = 91.14%
BLUE value IS 5 (2.34% from 255) = 6.33%
R=2.53%
G=91.14%
B=6.33%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal27250.9700.930.72122.5794.5914.51
Hex24856105D487b5ff
Octal21105141013511017313717
Binary1010010001011100001010111011001000111101110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024805

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #024805; }

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

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

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

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

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

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

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

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