#021311

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

Shades of Dark Green #021311

Tints of Dark Green #021311

Color information

#021311 (or 0x021311) is unknown color: approx Dark Green. HEX triplet: 02, 13 and 11. RGB value is (2,19,17). Sum of RGB (Red+Green+Blue) = 2+19+17=38 (5% of max value = 765). Red value is 2 (1.17% from 255 or 5.26% from 38); Green value is 19 (7.81% from 255 or 50% from 38); Blue value is 17 (7.03% from 255 or 44.74% from 38); Max value from RGB is 19 - color contains mainly: green. Hex color #021311 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #021311 is #FDECEE. Grayscale: #0D0D0D. Windows color (decimal): -16641263 or 1118978. OLE color: 1118978.

HSL color Cylindrical-coordinate representation of color #021311: hue angle of 172.94º degrees, saturation: 0.81, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #021311 is Cyan = 0.89, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.93.

Color convert

RGB21917-
CMYK0.8900.110.93
HSL172.94º80.95%4.12%-
HSV(B)172.94º89.47%7.45%-
XYZ0.360.520.61-
YUV13.69129.87119.66-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 5.26%
GREEN value IS 19 (7.81% from 255) = 50%
BLUE value IS 17 (7.03% from 255) = 44.74%
R=5.26%
G=50%
B=44.74%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal219170.8900.110.93172.9480.954.12
Hex21311590B5Dad514
Octal223211310131352551214
Binary1010011100011011001010111011101101011011010001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021311

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021311; }

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

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

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

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

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

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

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

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