#00110B

Color #00110B Dark Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Green #00110B

Tints of Dark Green #00110B

Color information

#00110B (or 0x00110B) is unknown color: approx Dark Green. HEX triplet: 00, 11 and 0B. RGB value is (0,17,11). Sum of RGB (Red+Green+Blue) = 0+17+11=28 (3% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 28); Green value is 17 (7.03% from 255 or 60.71% from 28); Blue value is 11 (4.69% from 255 or 39.29% from 28); Max value from RGB is 17 - color contains mainly: green. Hex color #00110B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #00110B is #FFEEF4. Grayscale: #0B0B0B. Windows color (decimal): -16772853 or 725248. OLE color: 725248.

HSL color Cylindrical-coordinate representation of color #00110B: hue angle of 158.82º degrees, saturation: 1, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00110B is Cyan = 1, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.93.

Color convert

RGB01711-
CMYK100.350.93
HSL158.82º100%3.33%-
HSV(B)158.82º100%6.67%-
XYZ0.260.430.38-
YUV11.23127.87119.99-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 17 (7.03% from 255) = 60.71%
BLUE value IS 11 (4.69% from 255) = 39.29%
R=0%
G=60.71%
B=39.29%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal01711100.350.93158.821003.33
Hex011B640235D9f643
Octal021131440431352371443
Binary010001101111001000100011101110110011111110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00110B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,17,11); }

 H1.HeaderClassName
 {
   color: #00110B;
 }
 .AnyTagClassName
 {
   color: #00110B;
 }
</style>
background-color css

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

 a { background-color: rgb(0,17,11); }

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

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

 span { border-color: rgb(0,17,11); }

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