#0B1615

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

Shades of Dark Green #0B1615

Tints of Dark Green #0B1615

Color information

#0B1615 (or 0x0B1615) is unknown color: approx Dark Green. HEX triplet: 0B, 16 and 15. RGB value is (11,22,21). Sum of RGB (Red+Green+Blue) = 11+22+21=54 (7% of max value = 765). Red value is 11 (4.69% from 255 or 20.37% from 54); Green value is 22 (8.98% from 255 or 40.74% from 54); Blue value is 21 (8.59% from 255 or 38.89% from 54); Max value from RGB is 22 - color contains mainly: green. Hex color #0B1615 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B1615 is #F4E9EA. Grayscale: #121212. Windows color (decimal): -16050667 or 1381899. OLE color: 1381899.

HSL color Cylindrical-coordinate representation of color #0B1615: hue angle of 174.55º degrees, saturation: 0.33, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #0B1615 is Cyan = 0.5, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.91.

Color convert

RGB112221-
CMYK0.500.050.91
HSL174.55º33.33%6.47%-
HSV(B)174.55º50%8.63%-
XYZ0.560.70.81-
YUV18.6129.36122.58-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 20.37%
GREEN value IS 22 (8.98% from 255) = 40.74%
BLUE value IS 21 (8.59% from 255) = 38.89%
R=20.37%
G=40.74%
B=38.89%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1122210.500.050.91174.5533.336.47
HexB161532055Baf216
Octal1326256205133257416
Binary101110110101011100100101101101110101111100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B1615

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,22,21); }

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

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

 a { background-color: rgb(11,22,21); }

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

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

 span { border-color: rgb(11,22,21); }

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