#0B3012

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

Shades of Deep Fir #0B3012

Tints of Deep Fir #0B3012

Color information

#0B3012 (or 0x0B3012) is unknown color: approx Deep Fir. HEX triplet: 0B, 30 and 12. RGB value is (11,48,18). Sum of RGB (Red+Green+Blue) = 11+48+18=77 (10% of max value = 765). Red value is 11 (4.69% from 255 or 14.29% from 77); Green value is 48 (19.14% from 255 or 62.34% from 77); Blue value is 18 (7.42% from 255 or 23.38% from 77); Max value from RGB is 48 - color contains mainly: green. Hex color #0B3012 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B3012 is #F4CFED. Grayscale: #212121. Windows color (decimal): -16044014 or 1191947. OLE color: 1191947.

HSL color Cylindrical-coordinate representation of color #0B3012: hue angle of 131.35º degrees, saturation: 0.63, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #0B3012 is Cyan = 0.77, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.81.

Color convert

RGB114818-
CMYK0.7700.630.81
HSL131.35º62.71%11.57%-
HSV(B)131.35º77.08%18.82%-
XYZ1.32.230.93-
YUV33.52119.24111.94-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 14.29%
GREEN value IS 48 (19.14% from 255) = 62.34%
BLUE value IS 18 (7.42% from 255) = 23.38%
R=14.29%
G=62.34%
B=23.38%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1148180.7700.630.81131.3562.7111.57
HexB30124D03F51833fc
Octal1360221150771212037714
Binary101111000010010100110101111111010001100000111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B3012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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