#021917

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

Shades of Dark Green #021917

Tints of Dark Green #021917

Color information

#021917 (or 0x021917) is unknown color: approx Dark Green. HEX triplet: 02, 19 and 17. RGB value is (2,25,23). Sum of RGB (Red+Green+Blue) = 2+25+23=50 (6% of max value = 765). Red value is 2 (1.17% from 255 or 4% from 50); Green value is 25 (10.16% from 255 or 50% from 50); Blue value is 23 (9.38% from 255 or 46% from 50); Max value from RGB is 25 - color contains mainly: green. Hex color #021917 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #021917 is #FDE6E8. Grayscale: #111111. Windows color (decimal): -16639721 or 1513730. OLE color: 1513730.

HSL color Cylindrical-coordinate representation of color #021917: hue angle of 174.78º degrees, saturation: 0.85, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #021917 is Cyan = 0.92, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.90.

Color convert

RGB22523-
CMYK0.9200.080.90
HSL174.78º85.19%5.29%-
HSV(B)174.78º92%9.8%-
XYZ0.530.770.93-
YUV17.9130.88116.66-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 4%
GREEN value IS 25 (10.16% from 255) = 50%
BLUE value IS 23 (9.38% from 255) = 46%
R=4%
G=50%
B=46%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal225230.9200.080.90174.7885.195.29
Hex219175C085Aaf555
Octal231271340101322571255
Binary1011001101111011100010001011010101011111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021917

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021917; }

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

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

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

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

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

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

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

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