#024505

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

Shades of Myrtle #024505

Tints of Myrtle #024505

Color information

#024505 (or 0x024505) is unknown color: approx Myrtle. HEX triplet: 02, 45 and 05. RGB value is (2,69,5). Sum of RGB (Red+Green+Blue) = 2+69+5=76 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.63% from 76); Green value is 69 (27.34% from 255 or 90.79% from 76); Blue value is 5 (2.34% from 255 or 6.58% from 76); Max value from RGB is 69 - color contains mainly: green. Hex color #024505 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #024505 is #FDBAFA. Grayscale: #292929. Windows color (decimal): -16628475 or 345346. OLE color: 345346.

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

Color convert

RGB2695-
CMYK0.9700.930.73
HSL122.69º94.37%13.92%-
HSV(B)122.69º97.1%27.06%-
XYZ2.184.280.85-
YUV41.67107.399.7-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.63%
GREEN value IS 69 (27.34% from 255) = 90.79%
BLUE value IS 5 (2.34% from 255) = 6.58%
R=2.63%
G=90.79%
B=6.58%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal26950.9700.930.73122.6994.3713.92
Hex24556105D497b5ee
Octal21055141013511117313616
Binary1010001011011100001010111011001001111101110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024505

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #024505; }

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

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

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

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

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

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

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

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