#0B2512

Color #0B2512 Deep Fir (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Fir #0B2512

Tints of Deep Fir #0B2512

Color information

#0B2512 (or 0x0B2512) is unknown color: approx Deep Fir. HEX triplet: 0B, 25 and 12. RGB value is (11,37,18). Sum of RGB (Red+Green+Blue) = 11+37+18=66 (8% of max value = 765). Red value is 11 (4.69% from 255 or 16.67% from 66); Green value is 37 (14.84% from 255 or 56.06% from 66); Blue value is 18 (7.42% from 255 or 27.27% from 66); Max value from RGB is 37 - color contains mainly: green. Hex color #0B2512 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B2512 is #F4DAED. Grayscale: #1B1B1B. Windows color (decimal): -16046830 or 1189131. OLE color: 1189131.

HSL color Cylindrical-coordinate representation of color #0B2512: hue angle of 136.15º degrees, saturation: 0.54, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #0B2512 is Cyan = 0.70, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.85.

Color convert

RGB113718-
CMYK0.7000.510.85
HSL136.15º54.17%9.41%-
HSV(B)136.15º70.27%14.51%-
XYZ0.911.440.8-
YUV27.06122.89116.54-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 16.67%
GREEN value IS 37 (14.84% from 255) = 56.06%
BLUE value IS 18 (7.42% from 255) = 27.27%
R=16.67%
G=56.06%
B=27.27%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1137180.7000.510.85136.1554.179.41
HexB2512460335588369
Octal1345221060631252106611
Binary101110010110010100011001100111010101100010001101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B2512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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