#021C11

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

Shades of Dark Green #021C11

Tints of Dark Green #021C11

Color information

#021C11 (or 0x021C11) is unknown color: approx Dark Green. HEX triplet: 02, 1C and 11. RGB value is (2,28,17). Sum of RGB (Red+Green+Blue) = 2+28+17=47 (6% of max value = 765). Red value is 2 (1.17% from 255 or 4.26% from 47); Green value is 28 (11.33% from 255 or 59.57% from 47); Blue value is 17 (7.03% from 255 or 36.17% from 47); Max value from RGB is 28 - color contains mainly: green. Hex color #021C11 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #021C11 is #FDE3EE. Grayscale: #121212. Windows color (decimal): -16638959 or 1121282. OLE color: 1121282.

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

Color convert

RGB22817-
CMYK0.9300.390.89
HSL154.62º86.67%5.88%-
HSV(B)154.62º92.86%10.98%-
XYZ0.540.880.67-
YUV18.97126.89115.89-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 4.26%
GREEN value IS 28 (11.33% from 255) = 59.57%
BLUE value IS 17 (7.03% from 255) = 36.17%
R=4.26%
G=59.57%
B=36.17%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal228170.9300.390.89154.6286.675.88
Hex21C115D027599b576
Octal234211350471312331276
Binary101110010001101110101001111011001100110111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021C11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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