Html Css Color HEX #021819 Dark Green

📋 copy color: '#021819'

red 2 ◦ green 24 ◦ blue 25

#021819
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Green #021819

Tints of Dark Green #021819

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 value IS 0.92

 M value IS 0.04

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#021819 (or 0x021819) is known color: 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

RGB 2 24 25 -
CMYK 0.92 0.04 0 0.90
HSL 182.61º 0.85% 0.05% -
HSV(B) 182.61º 0.92% 0.1% -
XYZ 0.53 0.74 1.03 -
YUV 17.54 132.21 116.92 -
System Red Green Blue C M Y K H S L
Decimal 2 24 25 0.92 0.04 0 0.90 182.61 0.85 0.05
Hex 2 18 19 5C 4 0 5A B7 55 5
Octal 2 30 31 134 4 0 132 267 125 5
Binary 10 11000 11001 1011100 100 0 1011010 10110111 1010101 101

Color Harmonies of #021819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021819

Black with #021819

Text Example


Text Example

White with #021819

Text Example


Text Example

HTML Codes & Css Web 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>