Shades of British Racing Green #07402E
Tints of British Racing Green #07402E
RGB
CMYK
RGB Variations
Color information
#07402E (or 0x07402E) is known color: British Racing Green. HEX triplet: 07, 40 and 2E. RGB value is (7,64,46). Sum of RGB (Red+Green+Blue) = 7+64+46=117 (15% of max value = 765). Red value is 7 (3.12% from 255 or 5.98% from 117); Green value is 64 (25.39% from 255 or 54.70% from 117); Blue value is 46 (18.36% from 255 or 39.32% from 117); Max value from RGB is 64 - color contains mainly: green. Hex color #07402E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07402E is #F8BFD1. Grayscale: #2C2C2C. Windows color (decimal): -16302034 or 3031047. OLE color: 3031047.
HSL color Cylindrical-coordinate representation of color #07402E: hue angle of 161.05º degrees, saturation: 0.8, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #07402E is Cyan = 0.89, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 7 | 64 | 46 | - |
| CMYK | 0.89 | 0 | 0.28 | 0.75 |
| HSL | 161.05º | 0.8% | 0.14% | - |
| HSV(B) | 161.05º | 0.89% | 0.25% | - |
| XYZ | 2.41 | 3.91 | 3.21 | - |
| YUV | 44.91 | 128.62 | 100.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 64 | 46 | 0.89 | 0 | 0.28 | 0.75 | 161.05 | 0.8 | 0.14 |
| Hex | 7 | 40 | 2E | 59 | 0 | 1C | 4B | A1 | 50 | E |
| Octal | 7 | 100 | 56 | 131 | 0 | 34 | 113 | 241 | 120 | 16 |
| Binary | 111 | 1000000 | 101110 | 1011001 | 0 | 11100 | 1001011 | 10100001 | 1010000 | 1110 |
Color Harmonies of #07402E
Complementary color
Monochromatic Colors of #07402E
Black with #07402E
Text Example
Text Example
White with #07402E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07402E; }
p { color: rgb(7,64,46); }
H1.HeaderClassName
{
color: #07402E;
}
.AnyTagClassName
{
color: #07402E;
}
</style>
background-color css
<style>
a { background-color: #07402E; }
a { background-color: rgb(7,64,46); }
div.DivClassName
{
background-color: #07402E;
}
.BgClassName
{
background-color: #07402E;
}
</style>
border-color css
<style>
span { border-color: #07402E; }
span { border-color: rgb(7,64,46); }
td.TdClassName
{
border-color: #07402E;
}
.TagClassName
{
border-color: #07402E;
}
</style>