Shades of Deep Fir #0F3F22
Tints of Deep Fir #0F3F22
RGB
CMYK
RGB Variations
Color information
#0F3F22 (or 0x0F3F22) is known color: Deep Fir. HEX triplet: 0F, 3F and 22. RGB value is (15,63,34). Sum of RGB (Red+Green+Blue) = 15+63+34=112 (14% of max value = 765). Red value is 15 (6.25% from 255 or 13.39% from 112); Green value is 63 (25% from 255 or 56.25% from 112); Blue value is 34 (13.67% from 255 or 30.36% from 112); Max value from RGB is 63 - color contains mainly: green. Hex color #0F3F22 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F3F22 is #F0C0DD. Grayscale: #2D2D2D. Windows color (decimal): -15778014 or 2244367. OLE color: 2244367.
HSL color Cylindrical-coordinate representation of color #0F3F22: hue angle of 143.75º degrees, saturation: 0.62, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #0F3F22 is Cyan = 0.76, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 15 | 63 | 34 | - |
| CMYK | 0.76 | 0 | 0.46 | 0.75 |
| HSL | 143.75º | 0.62% | 0.15% | - |
| HSV(B) | 143.75º | 0.76% | 0.25% | - |
| XYZ | 2.26 | 3.77 | 2.12 | - |
| YUV | 45.34 | 121.6 | 106.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 63 | 34 | 0.76 | 0 | 0.46 | 0.75 | 143.75 | 0.62 | 0.15 |
| Hex | F | 3F | 22 | 4C | 0 | 2E | 4B | 90 | 3E | F |
| Octal | 17 | 77 | 42 | 114 | 0 | 56 | 113 | 220 | 76 | 17 |
| Binary | 1111 | 111111 | 100010 | 1001100 | 0 | 101110 | 1001011 | 10010000 | 111110 | 1111 |
Color Harmonies of #0F3F22
Complementary color
Monochromatic Colors of #0F3F22
Black with #0F3F22
Text Example
Text Example
White with #0F3F22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F3F22; }
p { color: rgb(15,63,34); }
H1.HeaderClassName
{
color: #0F3F22;
}
.AnyTagClassName
{
color: #0F3F22;
}
</style>
background-color css
<style>
a { background-color: #0F3F22; }
a { background-color: rgb(15,63,34); }
div.DivClassName
{
background-color: #0F3F22;
}
.BgClassName
{
background-color: #0F3F22;
}
</style>
border-color css
<style>
span { border-color: #0F3F22; }
span { border-color: rgb(15,63,34); }
td.TdClassName
{
border-color: #0F3F22;
}
.TagClassName
{
border-color: #0F3F22;
}
</style>