Html Css Color HEX #022018 Dark Green

📋 copy color: '#022018'

red 2 ◦ green 32 ◦ blue 24

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

Shades of Dark Green #022018

Tints of Dark Green #022018

RGB

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

 GREEN value IS 32 (12.89% from 255) = 55.17%

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

R = 3.45%
G = 55.17%
B = 41.38%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.25

 K value IS 0.87

RGB Variations

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

Color information

#022018 (or 0x022018) is known color: Dark Green. HEX triplet: 02, 20 and 18. RGB value is (2,32,24). Sum of RGB (Red+Green+Blue) = 2+32+24=58 (7% of max value = 765). Red value is 2 (1.17% from 255 or 3.45% from 58); Green value is 32 (12.89% from 255 or 55.17% from 58); Blue value is 24 (9.77% from 255 or 41.38% from 58); Max value from RGB is 32 - color contains mainly: green. Hex color #022018 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #022018 is #FDDFE7. Grayscale: #161616. Windows color (decimal): -16637928 or 1581058. OLE color: 1581058.

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

Color convert

RGB 2 32 24 -
CMYK 0.94 0 0.25 0.87
HSL 164º 0.88% 0.07% -
HSV(B) 164º 0.94% 0.13% -
XYZ 0.71 1.11 1.04 -
YUV 22.12 129.06 113.65 -
System Red Green Blue C M Y K H S L
Decimal 2 32 24 0.94 0 0.25 0.87 164 0.88 0.07
Hex 2 20 18 5E 0 19 57 A4 58 7
Octal 2 40 30 136 0 31 127 244 130 7
Binary 10 100000 11000 1011110 0 11001 1010111 10100100 1011000 111

Color Harmonies of #022018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022018

Black with #022018

Text Example


Text Example

White with #022018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #022018; }

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

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

background-color css

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

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

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

border-color css

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

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

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