Shades of Deep Fir #07300F
Tints of Deep Fir #07300F
RGB
CMYK
RGB Variations
Color information
#07300F (or 0x07300F) is known color: Deep Fir. HEX triplet: 07, 30 and 0F. RGB value is (7,48,15). Sum of RGB (Red+Green+Blue) = 7+48+15=70 (9% of max value = 765). Red value is 7 (3.12% from 255 or 10% from 70); Green value is 48 (19.14% from 255 or 68.57% from 70); Blue value is 15 (6.25% from 255 or 21.43% from 70); Max value from RGB is 48 - color contains mainly: green. Hex color #07300F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #07300F is #F8CFF0. Grayscale: #202020. Windows color (decimal): -16306161 or 995335. OLE color: 995335.
HSL color Cylindrical-coordinate representation of color #07300F: hue angle of 131.71º degrees, saturation: 0.75, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #07300F is Cyan = 0.85, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 7 | 48 | 15 | - |
| CMYK | 0.85 | 0 | 0.69 | 0.81 |
| HSL | 131.71º | 0.75% | 0.11% | - |
| HSV(B) | 131.71º | 0.85% | 0.19% | - |
| XYZ | 1.23 | 2.19 | 0.81 | - |
| YUV | 31.98 | 118.42 | 110.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 48 | 15 | 0.85 | 0 | 0.69 | 0.81 | 131.71 | 0.75 | 0.11 |
| Hex | 7 | 30 | F | 55 | 0 | 45 | 51 | 84 | 4B | B |
| Octal | 7 | 60 | 17 | 125 | 0 | 105 | 121 | 204 | 113 | 13 |
| Binary | 111 | 110000 | 1111 | 1010101 | 0 | 1000101 | 1010001 | 10000100 | 1001011 | 1011 |
Color Harmonies of #07300F
Complementary color
Monochromatic Colors of #07300F
Black with #07300F
Text Example
Text Example
White with #07300F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07300F; }
p { color: rgb(7,48,15); }
H1.HeaderClassName
{
color: #07300F;
}
.AnyTagClassName
{
color: #07300F;
}
</style>
background-color css
<style>
a { background-color: #07300F; }
a { background-color: rgb(7,48,15); }
div.DivClassName
{
background-color: #07300F;
}
.BgClassName
{
background-color: #07300F;
}
</style>
border-color css
<style>
span { border-color: #07300F; }
span { border-color: rgb(7,48,15); }
td.TdClassName
{
border-color: #07300F;
}
.TagClassName
{
border-color: #07300F;
}
</style>