#0B110E

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

Shades of Dark Green #0B110E

Tints of Dark Green #0B110E

Color information

#0B110E (or 0x0B110E) is unknown color: approx Dark Green. HEX triplet: 0B, 11 and 0E. RGB value is (11,17,14). Sum of RGB (Red+Green+Blue) = 11+17+14=42 (5% of max value = 765). Red value is 11 (4.69% from 255 or 26.19% from 42); Green value is 17 (7.03% from 255 or 40.48% from 42); Blue value is 14 (5.86% from 255 or 33.33% from 42); Max value from RGB is 17 - color contains mainly: green. Hex color #0B110E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B110E is #F4EEF1. Grayscale: #0E0E0E. Windows color (decimal): -16051954 or 921867. OLE color: 921867.

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

Color convert

RGB111714-
CMYK0.3500.180.93
HSL150º21.43%5.49%-
HSV(B)150º35.29%6.67%-
XYZ0.420.50.49-
YUV14.86127.51125.24-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 26.19%
GREEN value IS 17 (7.03% from 255) = 40.48%
BLUE value IS 14 (5.86% from 255) = 33.33%
R=26.19%
G=40.48%
B=33.33%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1117140.3500.180.9315021.435.49
HexB11E230125D96155
Octal13211643022135226255
Binary101110001111010001101001010111011001011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B110E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0B110E; }

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

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

<style>
 a { background-color: #0B110E; }

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

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

<style>
 span { border-color: #0B110E; }

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

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