#0B4015

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

Shades of Deep Fir #0B4015

Tints of Deep Fir #0B4015

Color information

#0B4015 (or 0x0B4015) is unknown color: approx Deep Fir. HEX triplet: 0B, 40 and 15. RGB value is (11,64,21). Sum of RGB (Red+Green+Blue) = 11+64+21=96 (12% of max value = 765). Red value is 11 (4.69% from 255 or 11.46% from 96); Green value is 64 (25.39% from 255 or 66.67% from 96); Blue value is 21 (8.59% from 255 or 21.88% from 96); Max value from RGB is 64 - color contains mainly: green. Hex color #0B4015 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B4015 is #F4BFEA. Grayscale: #2B2B2B. Windows color (decimal): -16039915 or 1392651. OLE color: 1392651.

HSL color Cylindrical-coordinate representation of color #0B4015: hue angle of 131.32º degrees, saturation: 0.71, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0B4015 is Cyan = 0.83, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.75.

Color convert

RGB116421-
CMYK0.8300.670.75
HSL131.32º70.67%14.71%-
HSV(B)131.32º82.81%25.1%-
XYZ2.113.791.33-
YUV43.25115.44105-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 11.46%
GREEN value IS 64 (25.39% from 255) = 66.67%
BLUE value IS 21 (8.59% from 255) = 21.88%
R=11.46%
G=66.67%
B=21.88%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1164210.8300.670.75131.3270.6714.71
HexB4015530434B8347f
Octal1310025123010311320310717
Binary101110000001010110100110100001110010111000001110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B4015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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