Html Css Color HEX #011B16 Dark Green

📋 copy color: '#011B16'

red 1 ◦ green 27 ◦ blue 22

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

Shades of Dark Green #011B16

Tints of Dark Green #011B16

RGB

 RED value IS 1 (0.78% from 255) = 2%

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

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

R = 2%
G = 54%
B = 44%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.19

 K value IS 0.89

RGB Variations

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

Color information

#011B16 (or 0x011B16) is known color: Dark Green. HEX triplet: 01, 1B and 16. RGB value is (1,27,22). Sum of RGB (Red+Green+Blue) = 1+27+22=50 (6% of max value = 765). Red value is 1 (0.78% from 255 or 2% from 50); Green value is 27 (10.94% from 255 or 54% from 50); Blue value is 22 (8.98% from 255 or 44% from 50); Max value from RGB is 27 - color contains mainly: green. Hex color #011B16 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #011B16 is #FEE4E9. Grayscale: #121212. Windows color (decimal): -16704746 or 1448705. OLE color: 1448705.

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

Color convert

RGB 1 27 22 -
CMYK 0.96 0 0.19 0.89
HSL 168.46º 0.93% 0.05% -
HSV(B) 168.46º 0.96% 0.11% -
XYZ 0.55 0.85 0.89 -
YUV 18.66 129.89 115.41 -
System Red Green Blue C M Y K H S L
Decimal 1 27 22 0.96 0 0.19 0.89 168.46 0.93 0.05
Hex 1 1B 16 60 0 13 59 A8 5D 5
Octal 1 33 26 140 0 23 131 250 135 5
Binary 1 11011 10110 1100000 0 10011 1011001 10101000 1011101 101

Color Harmonies of #011B16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011B16

Black with #011B16

Text Example


Text Example

White with #011B16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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