#022111

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

Shades of Dark Green #022111

Tints of Dark Green #022111

Color information

#022111 (or 0x022111) is unknown color: approx Dark Green. HEX triplet: 02, 21 and 11. RGB value is (2,33,17). Sum of RGB (Red+Green+Blue) = 2+33+17=52 (6% of max value = 765). Red value is 2 (1.17% from 255 or 3.85% from 52); Green value is 33 (13.28% from 255 or 63.46% from 52); Blue value is 17 (7.03% from 255 or 32.69% from 52); Max value from RGB is 33 - color contains mainly: green. Hex color #022111 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #022111 is #FDDEEE. Grayscale: #151515. Windows color (decimal): -16637679 or 1122562. OLE color: 1122562.

HSL color Cylindrical-coordinate representation of color #022111: hue angle of 149.03º 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 #022111 is Cyan = 0.94, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.87.

Color convert

RGB23317-
CMYK0.9400.480.87
HSL149.03º88.57%6.86%-
HSV(B)149.03º93.94%12.94%-
XYZ0.671.140.72-
YUV21.91125.23113.8-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 3.85%
GREEN value IS 33 (13.28% from 255) = 63.46%
BLUE value IS 17 (7.03% from 255) = 32.69%
R=3.85%
G=63.46%
B=32.69%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal233170.9400.480.87149.0388.576.86
Hex221115E0305795597
Octal241211360601272251317
Binary1010000110001101111001100001010111100101011011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #022111

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #022111; }

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

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

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

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

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

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

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

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