#0B1514

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

Shades of Dark Green #0B1514

Tints of Dark Green #0B1514

Color information

#0B1514 (or 0x0B1514) is unknown color: approx Dark Green. HEX triplet: 0B, 15 and 14. RGB value is (11,21,20). Sum of RGB (Red+Green+Blue) = 11+21+20=52 (6% of max value = 765). Red value is 11 (4.69% from 255 or 21.15% from 52); Green value is 21 (8.59% from 255 or 40.38% from 52); Blue value is 20 (8.20% from 255 or 38.46% from 52); Max value from RGB is 21 - color contains mainly: green. Hex color #0B1514 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B1514 is #F4EAEB. Grayscale: #111111. Windows color (decimal): -16050924 or 1316107. OLE color: 1316107.

HSL color Cylindrical-coordinate representation of color #0B1514: hue angle of 174º degrees, saturation: 0.31, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #0B1514 is Cyan = 0.48, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.92.

Color convert

RGB112120-
CMYK0.4800.050.92
HSL174º31.25%6.27%-
HSV(B)174º47.62%8.24%-
XYZ0.530.660.76-
YUV17.9129.19123.08-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 21.15%
GREEN value IS 21 (8.59% from 255) = 40.38%
BLUE value IS 20 (8.20% from 255) = 38.46%
R=21.15%
G=40.38%
B=38.46%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal1121200.4800.050.9217431.256.27
HexB151430055Cae1f6
Octal1325246005134256376
Binary10111010110100110000010110111001010111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B1514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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