#0B2F19

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

Shades of Deep Fir #0B2F19

Tints of Deep Fir #0B2F19

Color information

#0B2F19 (or 0x0B2F19) is unknown color: approx Deep Fir. HEX triplet: 0B, 2F and 19. RGB value is (11,47,25). Sum of RGB (Red+Green+Blue) = 11+47+25=83 (10% of max value = 765). Red value is 11 (4.69% from 255 or 13.25% from 83); Green value is 47 (18.75% from 255 or 56.63% from 83); Blue value is 25 (10.16% from 255 or 30.12% from 83); Max value from RGB is 47 - color contains mainly: green. Hex color #0B2F19 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B2F19 is #F4D0E6. Grayscale: #212121. Windows color (decimal): -16044263 or 1650443. OLE color: 1650443.

HSL color Cylindrical-coordinate representation of color #0B2F19: hue angle of 143.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 #0B2F19 is Cyan = 0.77, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.82.

Color convert

RGB114725-
CMYK0.7700.470.82
HSL143.33º62.07%11.37%-
HSV(B)143.33º76.6%18.43%-
XYZ1.332.171.27-
YUV33.73123.07111.79-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 13.25%
GREEN value IS 47 (18.75% from 255) = 56.63%
BLUE value IS 25 (10.16% from 255) = 30.12%
R=13.25%
G=56.63%
B=30.12%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1147250.7700.470.82143.3362.0711.37
HexB2F194D02F528f3eb
Octal1357311150571222177613
Binary101110111111001100110101011111010010100011111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B2F19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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