#021E14

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

Shades of Dark Green #021E14

Tints of Dark Green #021E14

Color information

#021E14 (or 0x021E14) is unknown color: approx Dark Green. HEX triplet: 02, 1E and 14. RGB value is (2,30,20). Sum of RGB (Red+Green+Blue) = 2+30+20=52 (6% of max value = 765). Red value is 2 (1.17% from 255 or 3.85% from 52); Green value is 30 (12.11% from 255 or 57.69% from 52); Blue value is 20 (8.20% from 255 or 38.46% from 52); Max value from RGB is 30 - color contains mainly: green. Hex color #021E14 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #021E14 is #FDE1EB. Grayscale: #141414. Windows color (decimal): -16638444 or 1318402. OLE color: 1318402.

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

Color convert

RGB23020-
CMYK0.9300.330.88
HSL158.57º87.5%6.27%-
HSV(B)158.57º93.33%11.76%-
XYZ0.620.990.82-
YUV20.49127.72114.81-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 3.85%
GREEN value IS 30 (12.11% from 255) = 57.69%
BLUE value IS 20 (8.20% from 255) = 38.46%
R=3.85%
G=57.69%
B=38.46%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal230200.9300.330.88158.5787.56.27
Hex21E145D021589f586
Octal236241350411302371306
Binary101111010100101110101000011011000100111111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021E14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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