#021F19

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

Shades of Dark Green #021F19

Tints of Dark Green #021F19

Color information

#021F19 (or 0x021F19) is unknown color: approx Dark Green. HEX triplet: 02, 1F and 19. RGB value is (2,31,25). Sum of RGB (Red+Green+Blue) = 2+31+25=58 (7% of max value = 765). Red value is 2 (1.17% from 255 or 3.45% from 58); Green value is 31 (12.5% from 255 or 53.45% from 58); Blue value is 25 (10.16% from 255 or 43.10% from 58); Max value from RGB is 31 - color contains mainly: green. Hex color #021F19 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #021F19 is #FDE0E6. Grayscale: #151515. Windows color (decimal): -16638183 or 1646338. OLE color: 1646338.

HSL color Cylindrical-coordinate representation of color #021F19: hue angle of 167.59º degrees, saturation: 0.88, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #021F19 is Cyan = 0.94, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.88.

Color convert

RGB23125-
CMYK0.9400.190.88
HSL167.59º87.88%6.47%-
HSV(B)167.59º93.55%12.16%-
XYZ0.691.061.09-
YUV21.64129.89113.99-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 3.45%
GREEN value IS 31 (12.5% from 255) = 53.45%
BLUE value IS 25 (10.16% from 255) = 43.10%
R=3.45%
G=53.45%
B=43.10%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal231250.9400.190.88167.5987.886.47
Hex21F195E01358a8586
Octal237311360231302501306
Binary10111111100110111100100111011000101010001011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021F19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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