#021E17

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

Shades of Dark Green #021E17

Tints of Dark Green #021E17

Color information

#021E17 (or 0x021E17) is unknown color: approx Dark Green. HEX triplet: 02, 1E and 17. RGB value is (2,30,23). Sum of RGB (Red+Green+Blue) = 2+30+23=55 (7% of max value = 765). Red value is 2 (1.17% from 255 or 3.64% from 55); Green value is 30 (12.11% from 255 or 54.55% from 55); Blue value is 23 (9.38% from 255 or 41.82% from 55); Max value from RGB is 30 - color contains mainly: green. Hex color #021E17 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #021E17 is #FDE1E8. Grayscale: #141414. Windows color (decimal): -16638441 or 1515010. OLE color: 1515010.

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

Color convert

RGB23023-
CMYK0.9300.230.88
HSL165º87.5%6.27%-
HSV(B)165º93.33%11.76%-
XYZ0.6410.97-
YUV20.83129.22114.57-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 3.64%
GREEN value IS 30 (12.11% from 255) = 54.55%
BLUE value IS 23 (9.38% from 255) = 41.82%
R=3.64%
G=54.55%
B=41.82%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal230230.9300.230.8816587.56.27
Hex21E175D01758a5586
Octal236271350271302451306
Binary10111101011110111010101111011000101001011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021E17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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