Shades of Deep Fir #01450C
Tints of Deep Fir #01450C
RGB
CMYK
RGB Variations
Color information
#01450C (or 0x01450C) is known color: Deep Fir. HEX triplet: 01, 45 and 0C. RGB value is (1,69,12). Sum of RGB (Red+Green+Blue) = 1+69+12=82 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.22% from 82); Green value is 69 (27.34% from 255 or 84.15% from 82); Blue value is 12 (5.08% from 255 or 14.63% from 82); Max value from RGB is 69 - color contains mainly: green. Hex color #01450C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #01450C is #FEBAF3. Grayscale: #2A2A2A. Windows color (decimal): -16694004 or 804097. OLE color: 804097.
HSL color Cylindrical-coordinate representation of color #01450C: hue angle of 129.71º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01450C is Cyan = 0.99, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 1 | 69 | 12 | - |
| CMYK | 0.99 | 0 | 0.83 | 0.73 |
| HSL | 129.71º | 0.97% | 0.14% | - |
| HSV(B) | 129.71º | 0.99% | 0.27% | - |
| XYZ | 2.21 | 4.29 | 1.06 | - |
| YUV | 42.17 | 110.97 | 98.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 69 | 12 | 0.99 | 0 | 0.83 | 0.73 | 129.71 | 0.97 | 0.14 |
| Hex | 1 | 45 | C | 63 | 0 | 53 | 49 | 82 | 61 | E |
| Octal | 1 | 105 | 14 | 143 | 0 | 123 | 111 | 202 | 141 | 16 |
| Binary | 1 | 1000101 | 1100 | 1100011 | 0 | 1010011 | 1001001 | 10000010 | 1100001 | 1110 |
Color Harmonies of #01450C
Complementary color
Monochromatic Colors of #01450C
Black with #01450C
Text Example
Text Example
White with #01450C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01450C; }
p { color: rgb(1,69,12); }
H1.HeaderClassName
{
color: #01450C;
}
.AnyTagClassName
{
color: #01450C;
}
</style>
background-color css
<style>
a { background-color: #01450C; }
a { background-color: rgb(1,69,12); }
div.DivClassName
{
background-color: #01450C;
}
.BgClassName
{
background-color: #01450C;
}
</style>
border-color css
<style>
span { border-color: #01450C; }
span { border-color: rgb(1,69,12); }
td.TdClassName
{
border-color: #01450C;
}
.TagClassName
{
border-color: #01450C;
}
</style>