#0B2F1A

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

Shades of Deep Fir #0B2F1A

Tints of Deep Fir #0B2F1A

Color information

#0B2F1A (or 0x0B2F1A) is unknown color: approx Deep Fir. HEX triplet: 0B, 2F and 1A. RGB value is (11,47,26). Sum of RGB (Red+Green+Blue) = 11+47+26=84 (11% of max value = 765). Red value is 11 (4.69% from 255 or 13.10% from 84); Green value is 47 (18.75% from 255 or 55.95% from 84); Blue value is 26 (10.55% from 255 or 30.95% from 84); Max value from RGB is 47 - color contains mainly: green. Hex color #0B2F1A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B2F1A is #F4D0E5. Grayscale: #212121. Windows color (decimal): -16044262 or 1715979. OLE color: 1715979.

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

Color convert

RGB114726-
CMYK0.7700.450.82
HSL145º62.07%11.37%-
HSV(B)145º76.6%18.43%-
XYZ1.342.181.33-
YUV33.84123.57111.71-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 13.10%
GREEN value IS 47 (18.75% from 255) = 55.95%
BLUE value IS 26 (10.55% from 255) = 30.95%
R=13.10%
G=55.95%
B=30.95%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1147260.7700.450.8214562.0711.37
HexB2F1A4D02D52913eb
Octal1357321150551222217613
Binary101110111111010100110101011011010010100100011111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B2F1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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