Shades of Deep Fir #01370F
Tints of Deep Fir #01370F
RGB
CMYK
RGB Variations
Color information
#01370F (or 0x01370F) is known color: Deep Fir. HEX triplet: 01, 37 and 0F. RGB value is (1,55,15). Sum of RGB (Red+Green+Blue) = 1+55+15=71 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.41% from 71); Green value is 55 (21.88% from 255 or 77.46% from 71); Blue value is 15 (6.25% from 255 or 21.13% from 71); Max value from RGB is 55 - color contains mainly: green. Hex color #01370F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #01370F is #FEC8F0. Grayscale: #222222. Windows color (decimal): -16697585 or 997121. OLE color: 997121.
HSL color Cylindrical-coordinate representation of color #01370F: hue angle of 135.56º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #01370F is Cyan = 0.98, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 1 | 55 | 15 | - |
| CMYK | 0.98 | 0 | 0.73 | 0.78 |
| HSL | 135.56º | 0.96% | 0.11% | - |
| HSV(B) | 135.56º | 0.98% | 0.22% | - |
| XYZ | 1.46 | 2.77 | 0.91 | - |
| YUV | 34.29 | 117.11 | 104.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 55 | 15 | 0.98 | 0 | 0.73 | 0.78 | 135.56 | 0.96 | 0.11 |
| Hex | 1 | 37 | F | 62 | 0 | 49 | 4E | 88 | 60 | B |
| Octal | 1 | 67 | 17 | 142 | 0 | 111 | 116 | 210 | 140 | 13 |
| Binary | 1 | 110111 | 1111 | 1100010 | 0 | 1001001 | 1001110 | 10001000 | 1100000 | 1011 |
Color Harmonies of #01370F
Complementary color
Monochromatic Colors of #01370F
Black with #01370F
Text Example
Text Example
White with #01370F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01370F; }
p { color: rgb(1,55,15); }
H1.HeaderClassName
{
color: #01370F;
}
.AnyTagClassName
{
color: #01370F;
}
</style>
background-color css
<style>
a { background-color: #01370F; }
a { background-color: rgb(1,55,15); }
div.DivClassName
{
background-color: #01370F;
}
.BgClassName
{
background-color: #01370F;
}
</style>
border-color css
<style>
span { border-color: #01370F; }
span { border-color: rgb(1,55,15); }
td.TdClassName
{
border-color: #01370F;
}
.TagClassName
{
border-color: #01370F;
}
</style>