Shades of Deep Fir #05300E
Tints of Deep Fir #05300E
RGB
CMYK
RGB Variations
Color information
#05300E (or 0x05300E) is known color: Deep Fir. HEX triplet: 05, 30 and 0E. RGB value is (5,48,14). Sum of RGB (Red+Green+Blue) = 5+48+14=67 (8% of max value = 765). Red value is 5 (2.34% from 255 or 7.46% from 67); Green value is 48 (19.14% from 255 or 71.64% from 67); Blue value is 14 (5.86% from 255 or 20.90% from 67); Max value from RGB is 48 - color contains mainly: green. Hex color #05300E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #05300E is #FACFF1. Grayscale: #1F1F1F. Windows color (decimal): -16437234 or 929797. OLE color: 929797.
HSL color Cylindrical-coordinate representation of color #05300E: hue angle of 132.56º degrees, saturation: 0.81, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #05300E is Cyan = 0.90, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 5 | 48 | 14 | - |
| CMYK | 0.90 | 0 | 0.71 | 0.81 |
| HSL | 132.56º | 0.81% | 0.1% | - |
| HSV(B) | 132.56º | 0.9% | 0.19% | - |
| XYZ | 1.2 | 2.18 | 0.77 | - |
| YUV | 31.27 | 118.25 | 109.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 48 | 14 | 0.90 | 0 | 0.71 | 0.81 | 132.56 | 0.81 | 0.1 |
| Hex | 5 | 30 | E | 5A | 0 | 47 | 51 | 85 | 51 | A |
| Octal | 5 | 60 | 16 | 132 | 0 | 107 | 121 | 205 | 121 | 12 |
| Binary | 101 | 110000 | 1110 | 1011010 | 0 | 1000111 | 1010001 | 10000101 | 1010001 | 1010 |
Color Harmonies of #05300E
Complementary color
Monochromatic Colors of #05300E
Black with #05300E
Text Example
Text Example
White with #05300E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05300E; }
p { color: rgb(5,48,14); }
H1.HeaderClassName
{
color: #05300E;
}
.AnyTagClassName
{
color: #05300E;
}
</style>
background-color css
<style>
a { background-color: #05300E; }
a { background-color: rgb(5,48,14); }
div.DivClassName
{
background-color: #05300E;
}
.BgClassName
{
background-color: #05300E;
}
</style>
border-color css
<style>
span { border-color: #05300E; }
span { border-color: rgb(5,48,14); }
td.TdClassName
{
border-color: #05300E;
}
.TagClassName
{
border-color: #05300E;
}
</style>