Shades of British Racing Green #07422E
Tints of British Racing Green #07422E
RGB
CMYK
RGB Variations
Color information
#07422E (or 0x07422E) is known color: British Racing Green. HEX triplet: 07, 42 and 2E. RGB value is (7,66,46). Sum of RGB (Red+Green+Blue) = 7+66+46=119 (15% of max value = 765). Red value is 7 (3.12% from 255 or 5.88% from 119); Green value is 66 (26.17% from 255 or 55.46% from 119); Blue value is 46 (18.36% from 255 or 38.66% from 119); Max value from RGB is 66 - color contains mainly: green. Hex color #07422E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07422E is #F8BDD1. Grayscale: #2E2E2E. Windows color (decimal): -16301522 or 3031559. OLE color: 3031559.
HSL color Cylindrical-coordinate representation of color #07422E: hue angle of 159.66º degrees, saturation: 0.81, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #07422E is Cyan = 0.89, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 7 | 66 | 46 | - |
| CMYK | 0.89 | 0 | 0.30 | 0.74 |
| HSL | 159.66º | 0.81% | 0.14% | - |
| HSV(B) | 159.66º | 0.89% | 0.26% | - |
| XYZ | 2.53 | 4.14 | 3.25 | - |
| YUV | 46.08 | 127.95 | 100.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 66 | 46 | 0.89 | 0 | 0.30 | 0.74 | 159.66 | 0.81 | 0.14 |
| Hex | 7 | 42 | 2E | 59 | 0 | 1E | 4A | A0 | 51 | E |
| Octal | 7 | 102 | 56 | 131 | 0 | 36 | 112 | 240 | 121 | 16 |
| Binary | 111 | 1000010 | 101110 | 1011001 | 0 | 11110 | 1001010 | 10100000 | 1010001 | 1110 |
Color Harmonies of #07422E
Complementary color
Monochromatic Colors of #07422E
Black with #07422E
Text Example
Text Example
White with #07422E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07422E; }
p { color: rgb(7,66,46); }
H1.HeaderClassName
{
color: #07422E;
}
.AnyTagClassName
{
color: #07422E;
}
</style>
background-color css
<style>
a { background-color: #07422E; }
a { background-color: rgb(7,66,46); }
div.DivClassName
{
background-color: #07422E;
}
.BgClassName
{
background-color: #07422E;
}
</style>
border-color css
<style>
span { border-color: #07422E; }
span { border-color: rgb(7,66,46); }
td.TdClassName
{
border-color: #07422E;
}
.TagClassName
{
border-color: #07422E;
}
</style>