#0B1C11

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

Shades of Dark Green #0B1C11

Tints of Dark Green #0B1C11

Color information

#0B1C11 (or 0x0B1C11) is unknown color: approx Dark Green. HEX triplet: 0B, 1C and 11. RGB value is (11,28,17). Sum of RGB (Red+Green+Blue) = 11+28+17=56 (7% of max value = 765). Red value is 11 (4.69% from 255 or 19.64% from 56); Green value is 28 (11.33% from 255 or 50% from 56); Blue value is 17 (7.03% from 255 or 30.36% from 56); Max value from RGB is 28 - color contains mainly: green. Hex color #0B1C11 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B1C11 is #F4E3EE. Grayscale: #151515. Windows color (decimal): -16049135 or 1121291. OLE color: 1121291.

HSL color Cylindrical-coordinate representation of color #0B1C11: hue angle of 141.18º degrees, saturation: 0.44, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #0B1C11 is Cyan = 0.61, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.89.

Color convert

RGB112817-
CMYK0.6100.390.89
HSL141.18º43.59%7.65%-
HSV(B)141.18º60.71%10.98%-
XYZ0.650.940.68-
YUV21.66125.37120.39-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 19.64%
GREEN value IS 28 (11.33% from 255) = 50%
BLUE value IS 17 (7.03% from 255) = 30.36%
R=19.64%
G=50%
B=30.36%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal1128170.6100.390.89141.1843.597.65
HexB1C113D027598d2c8
Octal133421750471312155410
Binary1011111001000111110101001111011001100011011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B1C11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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