#022110

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

Shades of Dark Green #022110

Tints of Dark Green #022110

Color information

#022110 (or 0x022110) is unknown color: approx Dark Green. HEX triplet: 02, 21 and 10. RGB value is (2,33,16). Sum of RGB (Red+Green+Blue) = 2+33+16=51 (6% of max value = 765). Red value is 2 (1.17% from 255 or 3.92% from 51); Green value is 33 (13.28% from 255 or 64.71% from 51); Blue value is 16 (6.64% from 255 or 31.37% from 51); Max value from RGB is 33 - color contains mainly: green. Hex color #022110 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #022110 is #FDDEEF. Grayscale: #151515. Windows color (decimal): -16637680 or 1057026. OLE color: 1057026.

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

Color convert

RGB23316-
CMYK0.9400.520.87
HSL147.1º88.57%6.86%-
HSV(B)147.1º93.94%12.94%-
XYZ0.661.140.67-
YUV21.79124.73113.88-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 3.92%
GREEN value IS 33 (13.28% from 255) = 64.71%
BLUE value IS 16 (6.64% from 255) = 31.37%
R=3.92%
G=64.71%
B=31.37%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal233160.9400.520.87147.188.576.86
Hex221105E0345793597
Octal241201360641272231317
Binary1010000110000101111001101001010111100100111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #022110

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #022110; }

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

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

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

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

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

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

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

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