Html Css Color HEX #021919 Dark Green

📋 copy color: '#021919'

red 2 ◦ green 25 ◦ blue 25

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

Shades of Dark Green #021919

Tints of Dark Green #021919

RGB

 RED value IS 2 (1.17% from 255) = 3.85%

 GREEN value IS 25 (10.16% from 255) = 48.08%

 BLUE value IS 25 (10.16% from 255) = 48.08%

R = 3.85%
G = 48.08%
B = 48.08%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#021919 (or 0x021919) is known color: Dark Green. HEX triplet: 02, 19 and 19. RGB value is (2,25,25). Sum of RGB (Red+Green+Blue) = 2+25+25=52 (6% of max value = 765). Red value is 2 (1.17% from 255 or 3.85% from 52); Green value is 25 (10.16% from 255 or 48.08% from 52); Blue value is 25 (10.16% from 255 or 48.08% from 52); Max value from RGB is 25 - color contains mainly: green, blue. Hex color #021919 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #021919 is #FDE6E6. Grayscale: #121212. Windows color (decimal): -16639719 or 1644802. OLE color: 1644802.

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

Color convert

RGB 2 25 25 -
CMYK 0.92 0 0 0.90
HSL 180º 0.85% 0.05% -
HSV(B) 180º 0.92% 0.1% -
XYZ 0.55 0.78 1.04 -
YUV 18.12 131.88 116.5 -
System Red Green Blue C M Y K H S L
Decimal 2 25 25 0.92 0 0 0.90 180 0.85 0.05
Hex 2 19 19 5C 0 0 5A B4 55 5
Octal 2 31 31 134 0 0 132 264 125 5
Binary 10 11001 11001 1011100 0 0 1011010 10110100 1010101 101

Color Harmonies of #021919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021919

Black with #021919

Text Example


Text Example

White with #021919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021919; }

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

 H1.HeaderClassName
 {
   color: #021919;
 }
 .AnyTagClassName
 {
   color: #021919;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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