Html Css Color HEX #021B11 Dark Green

📋 copy color: '#021B11'

red 2 ◦ green 27 ◦ blue 17

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

Shades of Dark Green #021B11

Tints of Dark Green #021B11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 36.96%

R = 4.35%
G = 58.7%
B = 36.96%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.37

 K value IS 0.89

RGB Variations

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

Color information

#021B11 (or 0x021B11) is known color: Dark Green. HEX triplet: 02, 1B and 11. RGB value is (2,27,17). Sum of RGB (Red+Green+Blue) = 2+27+17=46 (6% of max value = 765). Red value is 2 (1.17% from 255 or 4.35% from 46); Green value is 27 (10.94% from 255 or 58.70% from 46); Blue value is 17 (7.03% from 255 or 36.96% from 46); Max value from RGB is 27 - color contains mainly: green. Hex color #021B11 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #021B11 is #FDE4EE. Grayscale: #121212. Windows color (decimal): -16639215 or 1121026. OLE color: 1121026.

HSL color Cylindrical-coordinate representation of color #021B11: hue angle of 156º 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 #021B11 is Cyan = 0.93, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.89.

Color convert

RGB 2 27 17 -
CMYK 0.93 0 0.37 0.89
HSL 156º 0.86% 0.06% -
HSV(B) 156º 0.93% 0.11% -
XYZ 0.52 0.84 0.66 -
YUV 18.39 127.22 116.31 -
System Red Green Blue C M Y K H S L
Decimal 2 27 17 0.93 0 0.37 0.89 156 0.86 0.06
Hex 2 1B 11 5D 0 25 59 9C 56 6
Octal 2 33 21 135 0 45 131 234 126 6
Binary 10 11011 10001 1011101 0 100101 1011001 10011100 1010110 110

Color Harmonies of #021B11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021B11

Black with #021B11

Text Example


Text Example

White with #021B11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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