Shades of Deep Fir #05300C
Tints of Deep Fir #05300C
RGB
CMYK
RGB Variations
Color information
#05300C (or 0x05300C) is known color: Deep Fir. HEX triplet: 05, 30 and 0C. RGB value is (5,48,12). Sum of RGB (Red+Green+Blue) = 5+48+12=65 (8% of max value = 765). Red value is 5 (2.34% from 255 or 7.69% from 65); Green value is 48 (19.14% from 255 or 73.85% from 65); Blue value is 12 (5.08% from 255 or 18.46% from 65); Max value from RGB is 48 - color contains mainly: green. Hex color #05300C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #05300C is #FACFF3. Grayscale: #1F1F1F. Windows color (decimal): -16437236 or 798725. OLE color: 798725.
HSL color Cylindrical-coordinate representation of color #05300C: hue angle of 129.77º 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 #05300C is Cyan = 0.90, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 5 | 48 | 12 | - |
| CMYK | 0.90 | 0 | 0.75 | 0.81 |
| HSL | 129.77º | 0.81% | 0.1% | - |
| HSV(B) | 129.77º | 0.9% | 0.19% | - |
| XYZ | 1.19 | 2.17 | 0.7 | - |
| YUV | 31.04 | 117.25 | 109.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 48 | 12 | 0.90 | 0 | 0.75 | 0.81 | 129.77 | 0.81 | 0.1 |
| Hex | 5 | 30 | C | 5A | 0 | 4B | 51 | 82 | 51 | A |
| Octal | 5 | 60 | 14 | 132 | 0 | 113 | 121 | 202 | 121 | 12 |
| Binary | 101 | 110000 | 1100 | 1011010 | 0 | 1001011 | 1010001 | 10000010 | 1010001 | 1010 |
Color Harmonies of #05300C
Complementary color
Monochromatic Colors of #05300C
Black with #05300C
Text Example
Text Example
White with #05300C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05300C; }
p { color: rgb(5,48,12); }
H1.HeaderClassName
{
color: #05300C;
}
.AnyTagClassName
{
color: #05300C;
}
</style>
background-color css
<style>
a { background-color: #05300C; }
a { background-color: rgb(5,48,12); }
div.DivClassName
{
background-color: #05300C;
}
.BgClassName
{
background-color: #05300C;
}
</style>
border-color css
<style>
span { border-color: #05300C; }
span { border-color: rgb(5,48,12); }
td.TdClassName
{
border-color: #05300C;
}
.TagClassName
{
border-color: #05300C;
}
</style>