Shades of British Racing Green #07491B
Tints of British Racing Green #07491B
RGB
CMYK
RGB Variations
Color information
#07491B (or 0x07491B) is known color: British Racing Green. HEX triplet: 07, 49 and 1B. RGB value is (7,73,27). Sum of RGB (Red+Green+Blue) = 7+73+27=107 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.54% from 107); Green value is 73 (28.91% from 255 or 68.22% from 107); Blue value is 27 (10.94% from 255 or 25.23% from 107); Max value from RGB is 73 - color contains mainly: green. Hex color #07491B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07491B is #F8B6E4. Grayscale: #303030. Windows color (decimal): -16299749 or 1788167. OLE color: 1788167.
HSL color Cylindrical-coordinate representation of color #07491B: hue angle of 138.18º 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 #07491B is Cyan = 0.90, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 7 | 73 | 27 | - |
| CMYK | 0.90 | 0 | 0.63 | 0.71 |
| HSL | 138.18º | 0.83% | 0.16% | - |
| HSV(B) | 138.18º | 0.9% | 0.29% | - |
| XYZ | 2.67 | 4.89 | 1.84 | - |
| YUV | 48.02 | 116.13 | 98.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 73 | 27 | 0.90 | 0 | 0.63 | 0.71 | 138.18 | 0.83 | 0.16 |
| Hex | 7 | 49 | 1B | 5A | 0 | 3F | 47 | 8A | 52 | 10 |
| Octal | 7 | 111 | 33 | 132 | 0 | 77 | 107 | 212 | 122 | 20 |
| Binary | 111 | 1001001 | 11011 | 1011010 | 0 | 111111 | 1000111 | 10001010 | 1010010 | 10000 |
Color Harmonies of #07491B
Complementary color
Monochromatic Colors of #07491B
Black with #07491B
Text Example
Text Example
White with #07491B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07491B; }
p { color: rgb(7,73,27); }
H1.HeaderClassName
{
color: #07491B;
}
.AnyTagClassName
{
color: #07491B;
}
</style>
background-color css
<style>
a { background-color: #07491B; }
a { background-color: rgb(7,73,27); }
div.DivClassName
{
background-color: #07491B;
}
.BgClassName
{
background-color: #07491B;
}
</style>
border-color css
<style>
span { border-color: #07491B; }
span { border-color: rgb(7,73,27); }
td.TdClassName
{
border-color: #07491B;
}
.TagClassName
{
border-color: #07491B;
}
</style>