Html Css Color HEX #021F19 Dark Green

📋 copy color: '#021F19'

red 2 ◦ green 31 ◦ blue 25

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

Shades of Dark Green #021F19

Tints of Dark Green #021F19

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.1%

R = 3.45%
G = 53.45%
B = 43.1%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.19

 K value IS 0.88

RGB Variations

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

Color information

#021F19 (or 0x021F19) is known color: 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

RGB 2 31 25 -
CMYK 0.94 0 0.19 0.88
HSL 167.59º 0.88% 0.06% -
HSV(B) 167.59º 0.94% 0.12% -
XYZ 0.69 1.06 1.09 -
YUV 21.65 129.89 113.99 -
System Red Green Blue C M Y K H S L
Decimal 2 31 25 0.94 0 0.19 0.88 167.59 0.88 0.06
Hex 2 1F 19 5E 0 13 58 A8 58 6
Octal 2 37 31 136 0 23 130 250 130 6
Binary 10 11111 11001 1011110 0 10011 1011000 10101000 1011000 110

Color Harmonies of #021F19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021F19

Black with #021F19

Text Example


Text Example

White with #021F19

Text Example


Text Example

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