Shades of British Racing Green #07491D
Tints of British Racing Green #07491D
RGB
CMYK
RGB Variations
Color information
#07491D (or 0x07491D) is known color: British Racing Green. HEX triplet: 07, 49 and 1D. RGB value is (7,73,29). Sum of RGB (Red+Green+Blue) = 7+73+29=109 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.42% from 109); Green value is 73 (28.91% from 255 or 66.97% from 109); Blue value is 29 (11.72% from 255 or 26.61% from 109); Max value from RGB is 73 - color contains mainly: green. Hex color #07491D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07491D is #F8B6E2. Grayscale: #303030. Windows color (decimal): -16299747 or 1919239. OLE color: 1919239.
HSL color Cylindrical-coordinate representation of color #07491D: hue angle of 140º degrees, saturation: 0.82, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #07491D is Cyan = 0.90, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 7 | 73 | 29 | - |
| CMYK | 0.90 | 0 | 0.60 | 0.71 |
| HSL | 140º | 0.83% | 0.16% | - |
| HSV(B) | 140º | 0.9% | 0.29% | - |
| XYZ | 2.69 | 4.9 | 1.97 | - |
| YUV | 48.25 | 117.13 | 98.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 73 | 29 | 0.90 | 0 | 0.60 | 0.71 | 140 | 0.83 | 0.16 |
| Hex | 7 | 49 | 1D | 5A | 0 | 3C | 47 | 8C | 52 | 10 |
| Octal | 7 | 111 | 35 | 132 | 0 | 74 | 107 | 214 | 122 | 20 |
| Binary | 111 | 1001001 | 11101 | 1011010 | 0 | 111100 | 1000111 | 10001100 | 1010010 | 10000 |
Color Harmonies of #07491D
Complementary color
Monochromatic Colors of #07491D
Black with #07491D
Text Example
Text Example
White with #07491D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07491D; }
p { color: rgb(7,73,29); }
H1.HeaderClassName
{
color: #07491D;
}
.AnyTagClassName
{
color: #07491D;
}
</style>
background-color css
<style>
a { background-color: #07491D; }
a { background-color: rgb(7,73,29); }
div.DivClassName
{
background-color: #07491D;
}
.BgClassName
{
background-color: #07491D;
}
</style>
border-color css
<style>
span { border-color: #07491D; }
span { border-color: rgb(7,73,29); }
td.TdClassName
{
border-color: #07491D;
}
.TagClassName
{
border-color: #07491D;
}
</style>