#022112

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

Shades of Dark Green #022112

Tints of Dark Green #022112

Color information

#022112 (or 0x022112) is unknown color: approx Dark Green. HEX triplet: 02, 21 and 12. RGB value is (2,33,18). Sum of RGB (Red+Green+Blue) = 2+33+18=53 (7% of max value = 765). Red value is 2 (1.17% from 255 or 3.77% from 53); Green value is 33 (13.28% from 255 or 62.26% from 53); Blue value is 18 (7.42% from 255 or 33.96% from 53); Max value from RGB is 33 - color contains mainly: green. Hex color #022112 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #022112 is #FDDEED. Grayscale: #161616. Windows color (decimal): -16637678 or 1188098. OLE color: 1188098.

HSL color Cylindrical-coordinate representation of color #022112: hue angle of 150.97º degrees, saturation: 0.89, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #022112 is Cyan = 0.94, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.87.

Color convert

RGB23318-
CMYK0.9400.450.87
HSL150.97º88.57%6.86%-
HSV(B)150.97º93.94%12.94%-
XYZ0.681.140.76-
YUV22.02125.73113.72-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 3.77%
GREEN value IS 33 (13.28% from 255) = 62.26%
BLUE value IS 18 (7.42% from 255) = 33.96%
R=3.77%
G=62.26%
B=33.96%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal233180.9400.450.87150.9788.576.86
Hex221125E02D5797597
Octal241221360551272271317
Binary1010000110010101111001011011010111100101111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #022112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #022112; }

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

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

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

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

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

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

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

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