#024705

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

Shades of Myrtle #024705

Tints of Myrtle #024705

Color information

#024705 (or 0x024705) is unknown color: approx Myrtle. HEX triplet: 02, 47 and 05. RGB value is (2,71,5). Sum of RGB (Red+Green+Blue) = 2+71+5=78 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.56% from 78); Green value is 71 (28.12% from 255 or 91.03% from 78); Blue value is 5 (2.34% from 255 or 6.41% from 78); Max value from RGB is 71 - color contains mainly: green. Hex color #024705 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #024705 is #FDB8FA. Grayscale: #2B2B2B. Windows color (decimal): -16627963 or 345858. OLE color: 345858.

HSL color Cylindrical-coordinate representation of color #024705: hue angle of 122.61º degrees, saturation: 0.95, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #024705 is Cyan = 0.97, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.72.

Color convert

RGB2715-
CMYK0.9700.930.72
HSL122.61º94.52%14.31%-
HSV(B)122.61º97.18%27.84%-
XYZ2.314.530.9-
YUV42.84106.6498.87-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.56%
GREEN value IS 71 (28.12% from 255) = 91.03%
BLUE value IS 5 (2.34% from 255) = 6.41%
R=2.56%
G=91.03%
B=6.41%

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
Decimal27150.9700.930.72122.6194.5214.31
Hex24756105D487b5fe
Octal21075141013511017313716
Binary1010001111011100001010111011001000111101110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024705

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #024705; }

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

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

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

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

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

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

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

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