#021E11

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

Shades of Dark Green #021E11

Tints of Dark Green #021E11

Color information

#021E11 (or 0x021E11) is unknown color: approx Dark Green. HEX triplet: 02, 1E and 11. RGB value is (2,30,17). Sum of RGB (Red+Green+Blue) = 2+30+17=49 (6% of max value = 765). Red value is 2 (1.17% from 255 or 4.08% from 49); Green value is 30 (12.11% from 255 or 61.22% from 49); Blue value is 17 (7.03% from 255 or 34.69% from 49); Max value from RGB is 30 - color contains mainly: green. Hex color #021E11 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #021E11 is #FDE1EE. Grayscale: #141414. Windows color (decimal): -16638447 or 1121794. OLE color: 1121794.

HSL color Cylindrical-coordinate representation of color #021E11: hue angle of 152.14º degrees, saturation: 0.88, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #021E11 is Cyan = 0.93, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.88.

Color convert

RGB23017-
CMYK0.9300.430.88
HSL152.14º87.5%6.27%-
HSV(B)152.14º93.33%11.76%-
XYZ0.590.980.69-
YUV20.15126.22115.06-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 4.08%
GREEN value IS 30 (12.11% from 255) = 61.22%
BLUE value IS 17 (7.03% from 255) = 34.69%
R=4.08%
G=61.22%
B=34.69%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal230170.9300.430.88152.1487.56.27
Hex21E115D02B5898586
Octal236211350531302301306
Binary101111010001101110101010111011000100110001011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021E11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021E11; }

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

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

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

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

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

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

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

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