#0B2E14

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

Shades of Deep Fir #0B2E14

Tints of Deep Fir #0B2E14

Color information

#0B2E14 (or 0x0B2E14) is unknown color: approx Deep Fir. HEX triplet: 0B, 2E and 14. RGB value is (11,46,20). Sum of RGB (Red+Green+Blue) = 11+46+20=77 (10% of max value = 765). Red value is 11 (4.69% from 255 or 14.29% from 77); Green value is 46 (18.36% from 255 or 59.74% from 77); Blue value is 20 (8.20% from 255 or 25.97% from 77); Max value from RGB is 46 - color contains mainly: green. Hex color #0B2E14 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B2E14 is #F4D1EB. Grayscale: #202020. Windows color (decimal): -16044524 or 1322507. OLE color: 1322507.

HSL color Cylindrical-coordinate representation of color #0B2E14: hue angle of 135.43º degrees, saturation: 0.61, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #0B2E14 is Cyan = 0.76, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.82.

Color convert

RGB114620-
CMYK0.7600.570.82
HSL135.43º61.4%11.18%-
HSV(B)135.43º76.09%18.04%-
XYZ1.242.081-
YUV32.57120.9112.61-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 14.29%
GREEN value IS 46 (18.36% from 255) = 59.74%
BLUE value IS 20 (8.20% from 255) = 25.97%
R=14.29%
G=59.74%
B=25.97%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1146200.7600.570.82135.4361.411.18
HexB2E144C03952873db
Octal1356241140711222077513
Binary101110111010100100110001110011010010100001111111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B2E14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,46,20); }

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

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

 a { background-color: rgb(11,46,20); }

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

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

 span { border-color: rgb(11,46,20); }

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