#021211

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

Shades of Dark Green #021211

Tints of Dark Green #021211

Color information

#021211 (or 0x021211) is unknown color: approx Dark Green. HEX triplet: 02, 12 and 11. RGB value is (2,18,17). Sum of RGB (Red+Green+Blue) = 2+18+17=37 (4% of max value = 765). Red value is 2 (1.17% from 255 or 5.41% from 37); Green value is 18 (7.42% from 255 or 48.65% from 37); Blue value is 17 (7.03% from 255 or 45.95% from 37); Max value from RGB is 18 - color contains mainly: green. Hex color #021211 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #021211 is #FDEDEE. Grayscale: #0D0D0D. Windows color (decimal): -16641519 or 1118722. OLE color: 1118722.

HSL color Cylindrical-coordinate representation of color #021211: hue angle of 176.25º degrees, saturation: 0.8, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #021211 is Cyan = 0.89, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.93.

Color convert

RGB21817-
CMYK0.8900.060.93
HSL176.25º80%3.92%-
HSV(B)176.25º88.89%7.06%-
XYZ0.340.490.61-
YUV13.1130.2120.08-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 5.41%
GREEN value IS 18 (7.42% from 255) = 48.65%
BLUE value IS 17 (7.03% from 255) = 45.95%
R=5.41%
G=48.65%
B=45.95%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal218170.8900.060.93176.25803.92
Hex2121159065Db0504
Octal22221131061352601204
Binary101001010001101100101101011101101100001010000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021211; }

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

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

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

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

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

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

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

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