Html Css Color HEX #01100B Dark Green

📋 copy color: '#01100B'

red 1 ◦ green 16 ◦ blue 11

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

Shades of Dark Green #01100B

Tints of Dark Green #01100B

RGB

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

 GREEN value IS 16 (6.64% from 255) = 57.14%

 BLUE value IS 11 (4.69% from 255) = 39.29%

R = 3.57%
G = 57.14%
B = 39.29%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.31

 K value IS 0.94

RGB Variations

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

Color information

#01100B (or 0x01100B) is known color: Dark Green. HEX triplet: 01, 10 and 0B. RGB value is (1,16,11). Sum of RGB (Red+Green+Blue) = 1+16+11=28 (3% of max value = 765). Red value is 1 (0.78% from 255 or 3.57% from 28); Green value is 16 (6.64% from 255 or 57.14% from 28); Blue value is 11 (4.69% from 255 or 39.29% from 28); Max value from RGB is 16 - color contains mainly: green. Hex color #01100B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #01100B is #FEEFF4. Grayscale: #0A0A0A. Windows color (decimal): -16707573 or 724993. OLE color: 724993.

HSL color Cylindrical-coordinate representation of color #01100B: hue angle of 160º degrees, saturation: 0.88, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #01100B is Cyan = 0.94, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.94.

Color convert

RGB 1 16 11 -
CMYK 0.94 0 0.31 0.94
HSL 160º 0.88% 0.03% -
HSV(B) 160º 0.94% 0.06% -
XYZ 0.26 0.4 0.38 -
YUV 10.95 128.03 120.91 -
System Red Green Blue C M Y K H S L
Decimal 1 16 11 0.94 0 0.31 0.94 160 0.88 0.03
Hex 1 10 B 5E 0 1F 5E A0 58 3
Octal 1 20 13 136 0 37 136 240 130 3
Binary 1 10000 1011 1011110 0 11111 1011110 10100000 1011000 11

Color Harmonies of #01100B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01100B

Black with #01100B

Text Example


Text Example

White with #01100B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01100B; }

 p { color: rgb(1,16,11); }

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

background-color css

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

 a { background-color: rgb(1,16,11); }

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

border-color css

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

 span { border-color: rgb(1,16,11); }

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