Shades of British Racing Green #07402A
Tints of British Racing Green #07402A
RGB
CMYK
RGB Variations
Color information
#07402A (or 0x07402A) is known color: British Racing Green. HEX triplet: 07, 40 and 2A. RGB value is (7,64,42). Sum of RGB (Red+Green+Blue) = 7+64+42=113 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.19% from 113); Green value is 64 (25.39% from 255 or 56.64% from 113); Blue value is 42 (16.80% from 255 or 37.17% from 113); Max value from RGB is 64 - color contains mainly: green. Hex color #07402A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07402A is #F8BFD5. Grayscale: #2C2C2C. Windows color (decimal): -16302038 or 2768903. OLE color: 2768903.
HSL color Cylindrical-coordinate representation of color #07402A: hue angle of 156.84º 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 #07402A is Cyan = 0.89, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 7 | 64 | 42 | - |
| CMYK | 0.89 | 0 | 0.34 | 0.75 |
| HSL | 156.84º | 0.8% | 0.14% | - |
| HSV(B) | 156.84º | 0.89% | 0.25% | - |
| XYZ | 2.34 | 3.88 | 2.82 | - |
| YUV | 44.45 | 126.62 | 101.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 64 | 42 | 0.89 | 0 | 0.34 | 0.75 | 156.84 | 0.8 | 0.14 |
| Hex | 7 | 40 | 2A | 59 | 0 | 22 | 4B | 9D | 50 | E |
| Octal | 7 | 100 | 52 | 131 | 0 | 42 | 113 | 235 | 120 | 16 |
| Binary | 111 | 1000000 | 101010 | 1011001 | 0 | 100010 | 1001011 | 10011101 | 1010000 | 1110 |
Color Harmonies of #07402A
Complementary color
Monochromatic Colors of #07402A
Black with #07402A
Text Example
Text Example
White with #07402A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07402A; }
p { color: rgb(7,64,42); }
H1.HeaderClassName
{
color: #07402A;
}
.AnyTagClassName
{
color: #07402A;
}
</style>
background-color css
<style>
a { background-color: #07402A; }
a { background-color: rgb(7,64,42); }
div.DivClassName
{
background-color: #07402A;
}
.BgClassName
{
background-color: #07402A;
}
</style>
border-color css
<style>
span { border-color: #07402A; }
span { border-color: rgb(7,64,42); }
td.TdClassName
{
border-color: #07402A;
}
.TagClassName
{
border-color: #07402A;
}
</style>