#0B1512

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

Shades of Dark Green #0B1512

Tints of Dark Green #0B1512

Color information

#0B1512 (or 0x0B1512) is unknown color: approx Dark Green. HEX triplet: 0B, 15 and 12. RGB value is (11,21,18). Sum of RGB (Red+Green+Blue) = 11+21+18=50 (6% of max value = 765). Red value is 11 (4.69% from 255 or 22% from 50); Green value is 21 (8.59% from 255 or 42% from 50); Blue value is 18 (7.42% from 255 or 36% from 50); Max value from RGB is 21 - color contains mainly: green. Hex color #0B1512 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B1512 is #F4EAED. Grayscale: #111111. Windows color (decimal): -16050926 or 1185035. OLE color: 1185035.

HSL color Cylindrical-coordinate representation of color #0B1512: hue angle of 162º 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 #0B1512 is Cyan = 0.48, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.92.

Color convert

RGB112118-
CMYK0.4800.140.92
HSL162º31.25%6.27%-
HSV(B)162º47.62%8.24%-
XYZ0.520.650.67-
YUV17.67128.19123.24-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 22%
GREEN value IS 21 (8.59% from 255) = 42%
BLUE value IS 18 (7.42% from 255) = 36%
R=22%
G=42%
B=36%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal1121180.4800.140.9216231.256.27
HexB1512300E5Ca21f6
Octal13252260016134242376
Binary101110101100101100000111010111001010001011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B1512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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