Shades of Deep Fir #07300D
Tints of Deep Fir #07300D
RGB
CMYK
RGB Variations
Color information
#07300D (or 0x07300D) is known color: Deep Fir. HEX triplet: 07, 30 and 0D. RGB value is (7,48,13). Sum of RGB (Red+Green+Blue) = 7+48+13=68 (9% of max value = 765). Red value is 7 (3.12% from 255 or 10.29% from 68); Green value is 48 (19.14% from 255 or 70.59% from 68); Blue value is 13 (5.47% from 255 or 19.12% from 68); Max value from RGB is 48 - color contains mainly: green. Hex color #07300D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #07300D is #F8CFF2. Grayscale: #1F1F1F. Windows color (decimal): -16306163 or 864263. OLE color: 864263.
HSL color Cylindrical-coordinate representation of color #07300D: hue angle of 128.78º 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 #07300D is Cyan = 0.85, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 7 | 48 | 13 | - |
| CMYK | 0.85 | 0 | 0.73 | 0.81 |
| HSL | 128.78º | 0.75% | 0.11% | - |
| HSV(B) | 128.78º | 0.85% | 0.19% | - |
| XYZ | 1.22 | 2.19 | 0.74 | - |
| YUV | 31.75 | 117.42 | 110.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 48 | 13 | 0.85 | 0 | 0.73 | 0.81 | 128.78 | 0.75 | 0.11 |
| Hex | 7 | 30 | D | 55 | 0 | 49 | 51 | 81 | 4B | B |
| Octal | 7 | 60 | 15 | 125 | 0 | 111 | 121 | 201 | 113 | 13 |
| Binary | 111 | 110000 | 1101 | 1010101 | 0 | 1001001 | 1010001 | 10000001 | 1001011 | 1011 |
Color Harmonies of #07300D
Complementary color
Monochromatic Colors of #07300D
Black with #07300D
Text Example
Text Example
White with #07300D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07300D; }
p { color: rgb(7,48,13); }
H1.HeaderClassName
{
color: #07300D;
}
.AnyTagClassName
{
color: #07300D;
}
</style>
background-color css
<style>
a { background-color: #07300D; }
a { background-color: rgb(7,48,13); }
div.DivClassName
{
background-color: #07300D;
}
.BgClassName
{
background-color: #07300D;
}
</style>
border-color css
<style>
span { border-color: #07300D; }
span { border-color: rgb(7,48,13); }
td.TdClassName
{
border-color: #07300D;
}
.TagClassName
{
border-color: #07300D;
}
</style>