#021815

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

Shades of Dark Green #021815

Tints of Dark Green #021815

Color information

#021815 (or 0x021815) is unknown color: approx Dark Green. HEX triplet: 02, 18 and 15. RGB value is (2,24,21). Sum of RGB (Red+Green+Blue) = 2+24+21=47 (6% of max value = 765). Red value is 2 (1.17% from 255 or 4.26% from 47); Green value is 24 (9.77% from 255 or 51.06% from 47); Blue value is 21 (8.59% from 255 or 44.68% from 47); Max value from RGB is 24 - color contains mainly: green. Hex color #021815 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #021815 is #FDE7EA. Grayscale: #111111. Windows color (decimal): -16639979 or 1382402. OLE color: 1382402.

HSL color Cylindrical-coordinate representation of color #021815: hue angle of 171.82º degrees, saturation: 0.85, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #021815 is Cyan = 0.92, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.91.

Color convert

RGB22421-
CMYK0.9200.130.91
HSL171.82º84.62%5.1%-
HSV(B)171.82º91.67%9.41%-
XYZ0.490.720.82-
YUV17.08130.21117.24-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 4.26%
GREEN value IS 24 (9.77% from 255) = 51.06%
BLUE value IS 21 (8.59% from 255) = 44.68%
R=4.26%
G=51.06%
B=44.68%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal224210.9200.130.91171.8284.625.1
Hex218155C0D5Bac555
Octal230251340151332541255
Binary1011000101011011100011011011011101011001010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021815

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021815; }

 p { color: rgb(2,24,21); }

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

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

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

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

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

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

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