Html Css Color HEX #022118 Dark Green

📋 copy color: '#022118'

red 2 ◦ green 33 ◦ blue 24

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

Shades of Dark Green #022118

Tints of Dark Green #022118

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 40.68%

R = 3.39%
G = 55.93%
B = 40.68%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.27

 K value IS 0.87

RGB Variations

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

Color information

#022118 (or 0x022118) is known color: Dark Green. HEX triplet: 02, 21 and 18. RGB value is (2,33,24). Sum of RGB (Red+Green+Blue) = 2+33+24=59 (7% of max value = 765). Red value is 2 (1.17% from 255 or 3.39% from 59); Green value is 33 (13.28% from 255 or 55.93% from 59); Blue value is 24 (9.77% from 255 or 40.68% from 59); Max value from RGB is 33 - color contains mainly: green. Hex color #022118 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #022118 is #FDDEE7. Grayscale: #161616. Windows color (decimal): -16637672 or 1581314. OLE color: 1581314.

HSL color Cylindrical-coordinate representation of color #022118: hue angle of 162.58º 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 #022118 is Cyan = 0.94, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.87.

Color convert

RGB 2 33 24 -
CMYK 0.94 0 0.27 0.87
HSL 162.58º 0.89% 0.07% -
HSV(B) 162.58º 0.94% 0.13% -
XYZ 0.73 1.17 1.05 -
YUV 22.71 128.73 113.23 -
System Red Green Blue C M Y K H S L
Decimal 2 33 24 0.94 0 0.27 0.87 162.58 0.89 0.07
Hex 2 21 18 5E 0 1B 57 A3 59 7
Octal 2 41 30 136 0 33 127 243 131 7
Binary 10 100001 11000 1011110 0 11011 1010111 10100011 1011001 111

Color Harmonies of #022118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022118

Black with #022118

Text Example


Text Example

White with #022118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #022118; }

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

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

background-color css

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

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

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

border-color css

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

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

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