#021C0F

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

Shades of Dark Green #021C0F

Tints of Dark Green #021C0F

Color information

#021C0F (or 0x021C0F) is unknown color: approx Dark Green. HEX triplet: 02, 1C and 0F. RGB value is (2,28,15). Sum of RGB (Red+Green+Blue) = 2+28+15=45 (5% of max value = 765). Red value is 2 (1.17% from 255 or 4.44% from 45); Green value is 28 (11.33% from 255 or 62.22% from 45); Blue value is 15 (6.25% from 255 or 33.33% from 45); Max value from RGB is 28 - color contains mainly: green. Hex color #021C0F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #021C0F is #FDE3F0. Grayscale: #121212. Windows color (decimal): -16638961 or 990210. OLE color: 990210.

HSL color Cylindrical-coordinate representation of color #021C0F: hue angle of 150º 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 #021C0F is Cyan = 0.93, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.89.

Color convert

RGB22815-
CMYK0.9300.460.89
HSL150º86.67%5.88%-
HSV(B)150º92.86%10.98%-
XYZ0.530.880.59-
YUV18.74125.89116.06-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 4.44%
GREEN value IS 28 (11.33% from 255) = 62.22%
BLUE value IS 15 (6.25% from 255) = 33.33%
R=4.44%
G=62.22%
B=33.33%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal228150.9300.460.8915086.675.88
Hex21CF5D02E5996576
Octal234171350561312261276
Binary10111001111101110101011101011001100101101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021C0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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