#021C15

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

Shades of Dark Green #021C15

Tints of Dark Green #021C15

Color information

#021C15 (or 0x021C15) is unknown color: approx Dark Green. HEX triplet: 02, 1C and 15. RGB value is (2,28,21). Sum of RGB (Red+Green+Blue) = 2+28+21=51 (6% of max value = 765). Red value is 2 (1.17% from 255 or 3.92% from 51); Green value is 28 (11.33% from 255 or 54.90% from 51); Blue value is 21 (8.59% from 255 or 41.18% from 51); Max value from RGB is 28 - color contains mainly: green. Hex color #021C15 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #021C15 is #FDE3EA. Grayscale: #131313. Windows color (decimal): -16638955 or 1383426. OLE color: 1383426.

HSL color Cylindrical-coordinate representation of color #021C15: hue angle of 163.85º degrees, saturation: 0.87, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #021C15 is Cyan = 0.93, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.89.

Color convert

RGB22821-
CMYK0.9300.250.89
HSL163.85º86.67%5.88%-
HSV(B)163.85º92.86%10.98%-
XYZ0.580.90.85-
YUV19.43128.89115.57-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 3.92%
GREEN value IS 28 (11.33% from 255) = 54.90%
BLUE value IS 21 (8.59% from 255) = 41.18%
R=3.92%
G=54.90%
B=41.18%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal228210.9300.250.89163.8586.675.88
Hex21C155D01959a4576
Octal234251350311312441276
Binary10111001010110111010110011011001101001001010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021C15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021C15; }

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

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

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

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

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

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

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

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