#021819

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

Shades of Dark Green #021819

Tints of Dark Green #021819

Color information

#021819 (or 0x021819) is unknown color: approx Dark Green. HEX triplet: 02, 18 and 19. RGB value is (2,24,25). Sum of RGB (Red+Green+Blue) = 2+24+25=51 (6% of max value = 765). Red value is 2 (1.17% from 255 or 3.92% from 51); Green value is 24 (9.77% from 255 or 47.06% from 51); Blue value is 25 (10.16% from 255 or 49.02% from 51); Max value from RGB is 25 - color contains mainly: blue. Hex color #021819 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #021819 is #FDE7E6. Grayscale: #111111. Windows color (decimal): -16639975 or 1644546. OLE color: 1644546.

HSL color Cylindrical-coordinate representation of color #021819: hue angle of 182.61º 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 #021819 is Cyan = 0.92, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB22425-
CMYK0.920.0400.90
HSL182.61º85.19%5.29%-
HSV(B)182.61º92%9.8%-
XYZ0.530.741.03-
YUV17.54132.21116.92-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 3.92%
GREEN value IS 24 (9.77% from 255) = 47.06%
BLUE value IS 25 (10.16% from 255) = 49.02%
R=3.92%
G=47.06%
B=49.02%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal224250.920.0400.90182.6185.195.29
Hex218195C405Ab7555
Octal23031134401322671255
Binary101100011001101110010001011010101101111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021819

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021819; }

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

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

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

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

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

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

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

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