#0B1210

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

Shades of Dark Green #0B1210

Tints of Dark Green #0B1210

Color information

#0B1210 (or 0x0B1210) is unknown color: approx Dark Green. HEX triplet: 0B, 12 and 10. RGB value is (11,18,16). Sum of RGB (Red+Green+Blue) = 11+18+16=45 (5% of max value = 765). Red value is 11 (4.69% from 255 or 24.44% from 45); Green value is 18 (7.42% from 255 or 40% from 45); Blue value is 16 (6.64% from 255 or 35.56% from 45); Max value from RGB is 18 - color contains mainly: green. Hex color #0B1210 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B1210 is #F4EDEF. Grayscale: #0F0F0F. Windows color (decimal): -16051696 or 1053195. OLE color: 1053195.

HSL color Cylindrical-coordinate representation of color #0B1210: hue angle of 162.86º degrees, saturation: 0.24, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #0B1210 is Cyan = 0.39, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.93.

Color convert

RGB111816-
CMYK0.3900.110.93
HSL162.86º24.14%5.69%-
HSV(B)162.86º38.89%7.06%-
XYZ0.450.540.57-
YUV15.68128.18124.66-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 24.44%
GREEN value IS 18 (7.42% from 255) = 40%
BLUE value IS 16 (6.64% from 255) = 35.56%
R=24.44%
G=40%
B=35.56%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1118160.3900.110.93162.8624.145.69
HexB1210270B5Da3186
Octal13222047013135243306
Binary101110010100001001110101110111011010001111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B1210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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