#022316

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

Shades of Dark Green #022316

Tints of Dark Green #022316

Color information

#022316 (or 0x022316) is unknown color: approx Dark Green. HEX triplet: 02, 23 and 16. RGB value is (2,35,22). Sum of RGB (Red+Green+Blue) = 2+35+22=59 (7% of max value = 765). Red value is 2 (1.17% from 255 or 3.39% from 59); Green value is 35 (14.06% from 255 or 59.32% from 59); Blue value is 22 (8.98% from 255 or 37.29% from 59); Max value from RGB is 35 - color contains mainly: green. Hex color #022316 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #022316 is #FDDCE9. Grayscale: #171717. Windows color (decimal): -16637162 or 1450754. OLE color: 1450754.

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

Color convert

RGB23522-
CMYK0.9400.370.86
HSL156.36º89.19%7.25%-
HSV(B)156.36º94.29%13.73%-
XYZ0.771.270.96-
YUV23.65127.07112.56-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 3.39%
GREEN value IS 35 (14.06% from 255) = 59.32%
BLUE value IS 22 (8.98% from 255) = 37.29%
R=3.39%
G=59.32%
B=37.29%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal235220.9400.370.86156.3689.197.25
Hex223165E025569c597
Octal243261360451262341317
Binary1010001110110101111001001011010110100111001011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #022316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #022316; }

 p { color: rgb(2,35,22); }

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

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

 a { background-color: rgb(2,35,22); }

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

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

 span { border-color: rgb(2,35,22); }

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