#022311

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

Shades of Dark Green #022311

Tints of Dark Green #022311

Color information

#022311 (or 0x022311) is unknown color: approx Dark Green. HEX triplet: 02, 23 and 11. RGB value is (2,35,17). Sum of RGB (Red+Green+Blue) = 2+35+17=54 (7% of max value = 765). Red value is 2 (1.17% from 255 or 3.70% from 54); Green value is 35 (14.06% from 255 or 64.81% from 54); Blue value is 17 (7.03% from 255 or 31.48% from 54); Max value from RGB is 35 - color contains mainly: green. Hex color #022311 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #022311 is #FDDCEE. Grayscale: #171717. Windows color (decimal): -16637167 or 1123074. OLE color: 1123074.

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

Color convert

RGB23517-
CMYK0.9400.510.86
HSL147.27º89.19%7.25%-
HSV(B)147.27º94.29%13.73%-
XYZ0.731.260.73-
YUV23.08124.57112.96-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 3.70%
GREEN value IS 35 (14.06% from 255) = 64.81%
BLUE value IS 17 (7.03% from 255) = 31.48%
R=3.70%
G=64.81%
B=31.48%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal235170.9400.510.86147.2789.197.25
Hex223115E0335693597
Octal243211360631262231317
Binary1010001110001101111001100111010110100100111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #022311

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #022311; }

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

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

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

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

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

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

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

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