Shades of Deep Fir #01430E
Tints of Deep Fir #01430E
RGB
CMYK
RGB Variations
Color information
#01430E (or 0x01430E) is known color: Deep Fir. HEX triplet: 01, 43 and 0E. RGB value is (1,67,14). Sum of RGB (Red+Green+Blue) = 1+67+14=82 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.22% from 82); Green value is 67 (26.56% from 255 or 81.71% from 82); Blue value is 14 (5.86% from 255 or 17.07% from 82); Max value from RGB is 67 - color contains mainly: green. Hex color #01430E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #01430E is #FEBCF1. Grayscale: #292929. Windows color (decimal): -16694514 or 934657. OLE color: 934657.
HSL color Cylindrical-coordinate representation of color #01430E: hue angle of 131.82º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01430E is Cyan = 0.99, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 1 | 67 | 14 | - |
| CMYK | 0.99 | 0 | 0.79 | 0.74 |
| HSL | 131.82º | 0.97% | 0.13% | - |
| HSV(B) | 131.82º | 0.99% | 0.26% | - |
| XYZ | 2.1 | 4.05 | 1.09 | - |
| YUV | 41.22 | 112.63 | 99.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 67 | 14 | 0.99 | 0 | 0.79 | 0.74 | 131.82 | 0.97 | 0.13 |
| Hex | 1 | 43 | E | 63 | 0 | 4F | 4A | 84 | 61 | D |
| Octal | 1 | 103 | 16 | 143 | 0 | 117 | 112 | 204 | 141 | 15 |
| Binary | 1 | 1000011 | 1110 | 1100011 | 0 | 1001111 | 1001010 | 10000100 | 1100001 | 1101 |
Color Harmonies of #01430E
Complementary color
Monochromatic Colors of #01430E
Black with #01430E
Text Example
Text Example
White with #01430E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01430E; }
p { color: rgb(1,67,14); }
H1.HeaderClassName
{
color: #01430E;
}
.AnyTagClassName
{
color: #01430E;
}
</style>
background-color css
<style>
a { background-color: #01430E; }
a { background-color: rgb(1,67,14); }
div.DivClassName
{
background-color: #01430E;
}
.BgClassName
{
background-color: #01430E;
}
</style>
border-color css
<style>
span { border-color: #01430E; }
span { border-color: rgb(1,67,14); }
td.TdClassName
{
border-color: #01430E;
}
.TagClassName
{
border-color: #01430E;
}
</style>