#0B2F10

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

Shades of Deep Fir #0B2F10

Tints of Deep Fir #0B2F10

Color information

#0B2F10 (or 0x0B2F10) is unknown color: approx Deep Fir. HEX triplet: 0B, 2F and 10. RGB value is (11,47,16). Sum of RGB (Red+Green+Blue) = 11+47+16=74 (9% of max value = 765). Red value is 11 (4.69% from 255 or 14.86% from 74); Green value is 47 (18.75% from 255 or 63.51% from 74); Blue value is 16 (6.64% from 255 or 21.62% from 74); Max value from RGB is 47 - color contains mainly: green. Hex color #0B2F10 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B2F10 is #F4D0EF. Grayscale: #202020. Windows color (decimal): -16044272 or 1060619. OLE color: 1060619.

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

Color convert

RGB114716-
CMYK0.7700.660.82
HSL128.33º62.07%11.37%-
HSV(B)128.33º76.6%18.43%-
XYZ1.252.140.84-
YUV32.7118.57112.52-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 14.86%
GREEN value IS 47 (18.75% from 255) = 63.51%
BLUE value IS 16 (6.64% from 255) = 21.62%
R=14.86%
G=63.51%
B=21.62%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1147160.7700.660.82128.3362.0711.37
HexB2F104D04252803eb
Octal13572011501021222007613
Binary1011101111100001001101010000101010010100000001111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B2F10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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