#021E13

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

Shades of Dark Green #021E13

Tints of Dark Green #021E13

Color information

#021E13 (or 0x021E13) is unknown color: approx Dark Green. HEX triplet: 02, 1E and 13. RGB value is (2,30,19). Sum of RGB (Red+Green+Blue) = 2+30+19=51 (6% of max value = 765). Red value is 2 (1.17% from 255 or 3.92% from 51); Green value is 30 (12.11% from 255 or 58.82% from 51); Blue value is 19 (7.81% from 255 or 37.25% from 51); Max value from RGB is 30 - color contains mainly: green. Hex color #021E13 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #021E13 is #FDE1EC. Grayscale: #141414. Windows color (decimal): -16638445 or 1252866. OLE color: 1252866.

HSL color Cylindrical-coordinate representation of color #021E13: hue angle of 156.43º 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 #021E13 is Cyan = 0.93, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.88.

Color convert

RGB23019-
CMYK0.9300.370.88
HSL156.43º87.5%6.27%-
HSV(B)156.43º93.33%11.76%-
XYZ0.610.990.77-
YUV20.37127.22114.89-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 3.92%
GREEN value IS 30 (12.11% from 255) = 58.82%
BLUE value IS 19 (7.81% from 255) = 37.25%
R=3.92%
G=58.82%
B=37.25%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal230190.9300.370.88156.4387.56.27
Hex21E135D025589c586
Octal236231350451302341306
Binary101111010011101110101001011011000100111001011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021E13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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