#0B1612

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

Shades of Dark Green #0B1612

Tints of Dark Green #0B1612

Color information

#0B1612 (or 0x0B1612) is unknown color: approx Dark Green. HEX triplet: 0B, 16 and 12. RGB value is (11,22,18). Sum of RGB (Red+Green+Blue) = 11+22+18=51 (6% of max value = 765). Red value is 11 (4.69% from 255 or 21.57% from 51); Green value is 22 (8.98% from 255 or 43.14% from 51); Blue value is 18 (7.42% from 255 or 35.29% from 51); Max value from RGB is 22 - color contains mainly: green. Hex color #0B1612 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B1612 is #F4E9ED. Grayscale: #121212. Windows color (decimal): -16050670 or 1185291. OLE color: 1185291.

HSL color Cylindrical-coordinate representation of color #0B1612: hue angle of 158.18º 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 #0B1612 is Cyan = 0.5, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.91.

Color convert

RGB112218-
CMYK0.500.180.91
HSL158.18º33.33%6.47%-
HSV(B)158.18º50%8.63%-
XYZ0.530.690.68-
YUV18.26127.86122.83-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 21.57%
GREEN value IS 22 (8.98% from 255) = 43.14%
BLUE value IS 18 (7.42% from 255) = 35.29%
R=21.57%
G=43.14%
B=35.29%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1122180.500.180.91158.1833.336.47
HexB1612320125B9e216
Octal13262262022133236416
Binary10111011010010110010010010101101110011110100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B1612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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