#021713

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

Shades of Dark Green #021713

Tints of Dark Green #021713

Color information

#021713 (or 0x021713) is unknown color: approx Dark Green. HEX triplet: 02, 17 and 13. RGB value is (2,23,19). Sum of RGB (Red+Green+Blue) = 2+23+19=44 (5% of max value = 765). Red value is 2 (1.17% from 255 or 4.55% from 44); Green value is 23 (9.38% from 255 or 52.27% from 44); Blue value is 19 (7.81% from 255 or 43.18% from 44); Max value from RGB is 23 - color contains mainly: green. Hex color #021713 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #021713 is #FDE8EC. Grayscale: #101010. Windows color (decimal): -16640237 or 1251074. OLE color: 1251074.

HSL color Cylindrical-coordinate representation of color #021713: hue angle of 168.57º degrees, saturation: 0.84, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #021713 is Cyan = 0.91, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.91.

Color convert

RGB22319-
CMYK0.9100.170.91
HSL168.57º84%4.9%-
HSV(B)168.57º91.3%9.02%-
XYZ0.450.670.72-
YUV16.26129.54117.83-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 4.55%
GREEN value IS 23 (9.38% from 255) = 52.27%
BLUE value IS 19 (7.81% from 255) = 43.18%
R=4.55%
G=52.27%
B=43.18%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal223190.9100.170.91168.57844.9
Hex217135B0115Ba9545
Octal227231330211332511245
Binary10101111001110110110100011011011101010011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021713

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021713; }

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

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

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

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

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

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

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

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