Shades of British Racing Green #07491A
Tints of British Racing Green #07491A
RGB
CMYK
RGB Variations
Color information
#07491A (or 0x07491A) is known color: British Racing Green. HEX triplet: 07, 49 and 1A. RGB value is (7,73,26). Sum of RGB (Red+Green+Blue) = 7+73+26=106 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.60% from 106); Green value is 73 (28.91% from 255 or 68.87% from 106); Blue value is 26 (10.55% from 255 or 24.53% from 106); Max value from RGB is 73 - color contains mainly: green. Hex color #07491A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07491A is #F8B6E5. Grayscale: #303030. Windows color (decimal): -16299750 or 1722631. OLE color: 1722631.
HSL color Cylindrical-coordinate representation of color #07491A: hue angle of 137.27º 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 #07491A is Cyan = 0.90, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 7 | 73 | 26 | - |
| CMYK | 0.90 | 0 | 0.64 | 0.71 |
| HSL | 137.27º | 0.83% | 0.16% | - |
| HSV(B) | 137.27º | 0.9% | 0.29% | - |
| XYZ | 2.66 | 4.88 | 1.78 | - |
| YUV | 47.91 | 115.63 | 98.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 73 | 26 | 0.90 | 0 | 0.64 | 0.71 | 137.27 | 0.83 | 0.16 |
| Hex | 7 | 49 | 1A | 5A | 0 | 40 | 47 | 89 | 52 | 10 |
| Octal | 7 | 111 | 32 | 132 | 0 | 100 | 107 | 211 | 122 | 20 |
| Binary | 111 | 1001001 | 11010 | 1011010 | 0 | 1000000 | 1000111 | 10001001 | 1010010 | 10000 |
Color Harmonies of #07491A
Complementary color
Monochromatic Colors of #07491A
Black with #07491A
Text Example
Text Example
White with #07491A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07491A; }
p { color: rgb(7,73,26); }
H1.HeaderClassName
{
color: #07491A;
}
.AnyTagClassName
{
color: #07491A;
}
</style>
background-color css
<style>
a { background-color: #07491A; }
a { background-color: rgb(7,73,26); }
div.DivClassName
{
background-color: #07491A;
}
.BgClassName
{
background-color: #07491A;
}
</style>
border-color css
<style>
span { border-color: #07491A; }
span { border-color: rgb(7,73,26); }
td.TdClassName
{
border-color: #07491A;
}
.TagClassName
{
border-color: #07491A;
}
</style>