Html Css Color HEX #022119 Dark Green

📋 copy color: '#022119'

red 2 ◦ green 33 ◦ blue 25

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

Shades of Dark Green #022119

Tints of Dark Green #022119

RGB

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

 GREEN value IS 33 (13.28% from 255) = 55%

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

R = 3.33%
G = 55%
B = 41.67%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.24

 K value IS 0.87

RGB Variations

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

Color information

#022119 (or 0x022119) is known color: Dark Green. HEX triplet: 02, 21 and 19. RGB value is (2,33,25). Sum of RGB (Red+Green+Blue) = 2+33+25=60 (7% of max value = 765). Red value is 2 (1.17% from 255 or 3.33% from 60); Green value is 33 (13.28% from 255 or 55% from 60); Blue value is 25 (10.16% from 255 or 41.67% from 60); Max value from RGB is 33 - color contains mainly: green. Hex color #022119 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #022119 is #FDDEE6. Grayscale: #161616. Windows color (decimal): -16637671 or 1646850. OLE color: 1646850.

HSL color Cylindrical-coordinate representation of color #022119: hue angle of 164.52º degrees, saturation: 0.89, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #022119 is Cyan = 0.94, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.87.

Color convert

RGB 2 33 25 -
CMYK 0.94 0 0.24 0.87
HSL 164.52º 0.89% 0.07% -
HSV(B) 164.52º 0.94% 0.13% -
XYZ 0.74 1.17 1.11 -
YUV 22.82 129.23 113.15 -
System Red Green Blue C M Y K H S L
Decimal 2 33 25 0.94 0 0.24 0.87 164.52 0.89 0.07
Hex 2 21 19 5E 0 18 57 A5 59 7
Octal 2 41 31 136 0 30 127 245 131 7
Binary 10 100001 11001 1011110 0 11000 1010111 10100101 1011001 111

Color Harmonies of #022119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022119

Black with #022119

Text Example


Text Example

White with #022119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #022119; }

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

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

background-color css

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

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

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

border-color css

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

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

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