Html Css Color HEX #011B11 Dark Green

📋 copy color: '#011B11'

red 1 ◦ green 27 ◦ blue 17

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

Shades of Dark Green #011B11

Tints of Dark Green #011B11

RGB

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

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

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

R = 2.22%
G = 60%
B = 37.78%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.37

 K value IS 0.89

RGB Variations

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

Color information

#011B11 (or 0x011B11) is known color: Dark Green. HEX triplet: 01, 1B and 11. RGB value is (1,27,17). Sum of RGB (Red+Green+Blue) = 1+27+17=45 (5% of max value = 765). Red value is 1 (0.78% from 255 or 2.22% from 45); Green value is 27 (10.94% from 255 or 60% from 45); Blue value is 17 (7.03% from 255 or 37.78% from 45); Max value from RGB is 27 - color contains mainly: green. Hex color #011B11 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #011B11 is #FEE4EE. Grayscale: #121212. Windows color (decimal): -16704751 or 1121025. OLE color: 1121025.

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

Color convert

RGB 1 27 17 -
CMYK 0.96 0 0.37 0.89
HSL 156.92º 0.93% 0.05% -
HSV(B) 156.92º 0.96% 0.11% -
XYZ 0.51 0.83 0.66 -
YUV 18.09 127.39 115.81 -
System Red Green Blue C M Y K H S L
Decimal 1 27 17 0.96 0 0.37 0.89 156.92 0.93 0.05
Hex 1 1B 11 60 0 25 59 9D 5D 5
Octal 1 33 21 140 0 45 131 235 135 5
Binary 1 11011 10001 1100000 0 100101 1011001 10011101 1011101 101

Color Harmonies of #011B11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011B11

Black with #011B11

Text Example


Text Example

White with #011B11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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