Html Css Color HEX #021B16 Dark Green

📋 copy color: '#021B16'

red 2 ◦ green 27 ◦ blue 22

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

Shades of Dark Green #021B16

Tints of Dark Green #021B16

RGB

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

 GREEN value IS 27 (10.94% from 255) = 52.94%

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

R = 3.92%
G = 52.94%
B = 43.14%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.19

 K value IS 0.89

RGB Variations

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

Color information

#021B16 (or 0x021B16) is known color: Dark Green. HEX triplet: 02, 1B and 16. RGB value is (2,27,22). Sum of RGB (Red+Green+Blue) = 2+27+22=51 (6% of max value = 765). Red value is 2 (1.17% from 255 or 3.92% from 51); Green value is 27 (10.94% from 255 or 52.94% from 51); Blue value is 22 (8.98% from 255 or 43.14% from 51); Max value from RGB is 27 - color contains mainly: green. Hex color #021B16 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #021B16 is #FDE4E9. Grayscale: #121212. Windows color (decimal): -16639210 or 1448706. OLE color: 1448706.

HSL color Cylindrical-coordinate representation of color #021B16: hue angle of 168º degrees, saturation: 0.86, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #021B16 is Cyan = 0.93, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.89.

Color convert

RGB 2 27 22 -
CMYK 0.93 0 0.19 0.89
HSL 168º 0.86% 0.06% -
HSV(B) 168º 0.93% 0.11% -
XYZ 0.56 0.85 0.89 -
YUV 18.96 129.72 115.91 -
System Red Green Blue C M Y K H S L
Decimal 2 27 22 0.93 0 0.19 0.89 168 0.86 0.06
Hex 2 1B 16 5D 0 13 59 A8 56 6
Octal 2 33 26 135 0 23 131 250 126 6
Binary 10 11011 10110 1011101 0 10011 1011001 10101000 1010110 110

Color Harmonies of #021B16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021B16

Black with #021B16

Text Example


Text Example

White with #021B16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021B16; }

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

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

background-color css

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

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

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

border-color css

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

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

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