Shades of British Racing Green #07402B
Tints of British Racing Green #07402B
RGB
CMYK
RGB Variations
Color information
#07402B (or 0x07402B) is known color: British Racing Green. HEX triplet: 07, 40 and 2B. RGB value is (7,64,43). Sum of RGB (Red+Green+Blue) = 7+64+43=114 (15% of max value = 765). Red value is 7 (3.12% from 255 or 6.14% from 114); Green value is 64 (25.39% from 255 or 56.14% from 114); Blue value is 43 (17.19% from 255 or 37.72% from 114); Max value from RGB is 64 - color contains mainly: green. Hex color #07402B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07402B is #F8BFD4. Grayscale: #2C2C2C. Windows color (decimal): -16302037 or 2834439. OLE color: 2834439.
HSL color Cylindrical-coordinate representation of color #07402B: hue angle of 157.89º 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 #07402B is Cyan = 0.89, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 7 | 64 | 43 | - |
| CMYK | 0.89 | 0 | 0.33 | 0.75 |
| HSL | 157.89º | 0.8% | 0.14% | - |
| HSV(B) | 157.89º | 0.89% | 0.25% | - |
| XYZ | 2.36 | 3.89 | 2.91 | - |
| YUV | 44.56 | 127.12 | 101.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 64 | 43 | 0.89 | 0 | 0.33 | 0.75 | 157.89 | 0.8 | 0.14 |
| Hex | 7 | 40 | 2B | 59 | 0 | 21 | 4B | 9E | 50 | E |
| Octal | 7 | 100 | 53 | 131 | 0 | 41 | 113 | 236 | 120 | 16 |
| Binary | 111 | 1000000 | 101011 | 1011001 | 0 | 100001 | 1001011 | 10011110 | 1010000 | 1110 |
Color Harmonies of #07402B
Complementary color
Monochromatic Colors of #07402B
Black with #07402B
Text Example
Text Example
White with #07402B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07402B; }
p { color: rgb(7,64,43); }
H1.HeaderClassName
{
color: #07402B;
}
.AnyTagClassName
{
color: #07402B;
}
</style>
background-color css
<style>
a { background-color: #07402B; }
a { background-color: rgb(7,64,43); }
div.DivClassName
{
background-color: #07402B;
}
.BgClassName
{
background-color: #07402B;
}
</style>
border-color css
<style>
span { border-color: #07402B; }
span { border-color: rgb(7,64,43); }
td.TdClassName
{
border-color: #07402B;
}
.TagClassName
{
border-color: #07402B;
}
</style>