#021613

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

Shades of Dark Green #021613

Tints of Dark Green #021613

Color information

#021613 (or 0x021613) is unknown color: approx Dark Green. HEX triplet: 02, 16 and 13. RGB value is (2,22,19). Sum of RGB (Red+Green+Blue) = 2+22+19=43 (5% of max value = 765). Red value is 2 (1.17% from 255 or 4.65% from 43); Green value is 22 (8.98% from 255 or 51.16% from 43); Blue value is 19 (7.81% from 255 or 44.19% from 43); Max value from RGB is 22 - color contains mainly: green. Hex color #021613 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #021613 is #FDE9EC. Grayscale: #0F0F0F. Windows color (decimal): -16640493 or 1250818. OLE color: 1250818.

HSL color Cylindrical-coordinate representation of color #021613: hue angle of 171º degrees, saturation: 0.83, 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 #021613 is Cyan = 0.91, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.91.

Color convert

RGB22219-
CMYK0.9100.140.91
HSL171º83.33%4.71%-
HSV(B)171º90.91%8.63%-
XYZ0.430.630.72-
YUV15.68129.87118.24-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 4.65%
GREEN value IS 22 (8.98% from 255) = 51.16%
BLUE value IS 19 (7.81% from 255) = 44.19%
R=4.65%
G=51.16%
B=44.19%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal222190.9100.140.9117183.334.71
Hex216135B0E5Bab535
Octal226231330161332531235
Binary1010110100111011011011101011011101010111010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021613

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021613; }

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

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

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

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

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

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

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

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