Html Css Color HEX #021816 Dark Green

📋 copy color: '#021816'

red 2 ◦ green 24 ◦ blue 22

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

Shades of Dark Green #021816

Tints of Dark Green #021816

RGB

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

 GREEN value IS 24 (9.77% from 255) = 50%

 BLUE value IS 22 (8.98% from 255) = 45.83%

R = 4.17%
G = 50%
B = 45.83%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.08

 K value IS 0.91

RGB Variations

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

Color information

#021816 (or 0x021816) is known color: Dark Green. HEX triplet: 02, 18 and 16. RGB value is (2,24,22). Sum of RGB (Red+Green+Blue) = 2+24+22=48 (6% of max value = 765). Red value is 2 (1.17% from 255 or 4.17% from 48); Green value is 24 (9.77% from 255 or 50% from 48); Blue value is 22 (8.98% from 255 or 45.83% from 48); Max value from RGB is 24 - color contains mainly: green. Hex color #021816 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #021816 is #FDE7E9. Grayscale: #111111. Windows color (decimal): -16639978 or 1447938. OLE color: 1447938.

HSL color Cylindrical-coordinate representation of color #021816: hue angle of 174.55º degrees, saturation: 0.85, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #021816 is Cyan = 0.92, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.91.

Color convert

RGB 2 24 22 -
CMYK 0.92 0 0.08 0.91
HSL 174.55º 0.85% 0.05% -
HSV(B) 174.55º 0.92% 0.09% -
XYZ 0.5 0.72 0.87 -
YUV 17.19 130.71 117.16 -
System Red Green Blue C M Y K H S L
Decimal 2 24 22 0.92 0 0.08 0.91 174.55 0.85 0.05
Hex 2 18 16 5C 0 8 5B AF 55 5
Octal 2 30 26 134 0 10 133 257 125 5
Binary 10 11000 10110 1011100 0 1000 1011011 10101111 1010101 101

Color Harmonies of #021816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021816

Black with #021816

Text Example


Text Example

White with #021816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021816; }

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

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

background-color css

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

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

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

border-color css

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

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

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