Shades of Deep Fir #012508
Tints of Deep Fir #012508
RGB
CMYK
RGB Variations
Color information
#012508 (or 0x012508) is known color: Deep Fir. HEX triplet: 01, 25 and 08. RGB value is (1,37,8). Sum of RGB (Red+Green+Blue) = 1+37+8=46 (6% of max value = 765). Red value is 1 (0.78% from 255 or 2.17% from 46); Green value is 37 (14.84% from 255 or 80.43% from 46); Blue value is 8 (3.52% from 255 or 17.39% from 46); Max value from RGB is 37 - color contains mainly: green. Hex color #012508 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #012508 is #FEDAF7. Grayscale: #171717. Windows color (decimal): -16702200 or 533761. OLE color: 533761.
HSL color Cylindrical-coordinate representation of color #012508: hue angle of 131.67º degrees, saturation: 0.95, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #012508 is Cyan = 0.97, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 1 | 37 | 8 | - |
| CMYK | 0.97 | 0 | 0.78 | 0.85 |
| HSL | 131.67º | 0.95% | 0.07% | - |
| HSV(B) | 131.67º | 0.97% | 0.15% | - |
| XYZ | 0.72 | 1.35 | 0.45 | - |
| YUV | 22.93 | 119.57 | 112.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 37 | 8 | 0.97 | 0 | 0.78 | 0.85 | 131.67 | 0.95 | 0.07 |
| Hex | 1 | 25 | 8 | 61 | 0 | 4E | 55 | 84 | 5F | 7 |
| Octal | 1 | 45 | 10 | 141 | 0 | 116 | 125 | 204 | 137 | 7 |
| Binary | 1 | 100101 | 1000 | 1100001 | 0 | 1001110 | 1010101 | 10000100 | 1011111 | 111 |
Color Harmonies of #012508
Complementary color
Monochromatic Colors of #012508
Black with #012508
Text Example
Text Example
White with #012508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012508; }
p { color: rgb(1,37,8); }
H1.HeaderClassName
{
color: #012508;
}
.AnyTagClassName
{
color: #012508;
}
</style>
background-color css
<style>
a { background-color: #012508; }
a { background-color: rgb(1,37,8); }
div.DivClassName
{
background-color: #012508;
}
.BgClassName
{
background-color: #012508;
}
</style>
border-color css
<style>
span { border-color: #012508; }
span { border-color: rgb(1,37,8); }
td.TdClassName
{
border-color: #012508;
}
.TagClassName
{
border-color: #012508;
}
</style>