Html Css Color HEX #021616 Dark Green

📋 copy color: '#021616'

red 2 ◦ green 22 ◦ blue 22

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

Shades of Dark Green #021616

Tints of Dark Green #021616

RGB

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

 GREEN value IS 22 (8.98% from 255) = 47.83%

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

R = 4.35%
G = 47.83%
B = 47.83%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#021616 (or 0x021616) is known color: Dark Green. HEX triplet: 02, 16 and 16. RGB value is (2,22,22). Sum of RGB (Red+Green+Blue) = 2+22+22=46 (6% of max value = 765). Red value is 2 (1.17% from 255 or 4.35% from 46); Green value is 22 (8.98% from 255 or 47.83% from 46); Blue value is 22 (8.98% from 255 or 47.83% from 46); Max value from RGB is 22 - color contains mainly: green, blue. Hex color #021616 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #021616 is #FDE9E9. Grayscale: #0F0F0F. Windows color (decimal): -16640490 or 1447426. OLE color: 1447426.

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

Color convert

RGB 2 22 22 -
CMYK 0.91 0 0 0.91
HSL 180º 0.83% 0.05% -
HSV(B) 180º 0.91% 0.09% -
XYZ 0.46 0.64 0.86 -
YUV 16.02 131.37 118 -
System Red Green Blue C M Y K H S L
Decimal 2 22 22 0.91 0 0 0.91 180 0.83 0.05
Hex 2 16 16 5B 0 0 5B B4 53 5
Octal 2 26 26 133 0 0 133 264 123 5
Binary 10 10110 10110 1011011 0 0 1011011 10110100 1010011 101

Color Harmonies of #021616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021616

Black with #021616

Text Example


Text Example

White with #021616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021616; }

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

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

background-color css

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

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

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

border-color css

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

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

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