Shades of British Racing Green #07422D
Tints of British Racing Green #07422D
RGB
CMYK
RGB Variations
Color information
#07422D (or 0x07422D) is known color: British Racing Green. HEX triplet: 07, 42 and 2D. RGB value is (7,66,45). Sum of RGB (Red+Green+Blue) = 7+66+45=118 (15% of max value = 765). Red value is 7 (3.12% from 255 or 5.93% from 118); Green value is 66 (26.17% from 255 or 55.93% from 118); Blue value is 45 (17.97% from 255 or 38.14% from 118); Max value from RGB is 66 - color contains mainly: green. Hex color #07422D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07422D is #F8BDD2. Grayscale: #2D2D2D. Windows color (decimal): -16301523 or 2966023. OLE color: 2966023.
HSL color Cylindrical-coordinate representation of color #07422D: hue angle of 158.64º 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 #07422D is Cyan = 0.89, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 7 | 66 | 45 | - |
| CMYK | 0.89 | 0 | 0.32 | 0.74 |
| HSL | 158.64º | 0.81% | 0.14% | - |
| HSV(B) | 158.64º | 0.89% | 0.26% | - |
| XYZ | 2.51 | 4.13 | 3.15 | - |
| YUV | 45.97 | 127.45 | 100.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 66 | 45 | 0.89 | 0 | 0.32 | 0.74 | 158.64 | 0.81 | 0.14 |
| Hex | 7 | 42 | 2D | 59 | 0 | 20 | 4A | 9F | 51 | E |
| Octal | 7 | 102 | 55 | 131 | 0 | 40 | 112 | 237 | 121 | 16 |
| Binary | 111 | 1000010 | 101101 | 1011001 | 0 | 100000 | 1001010 | 10011111 | 1010001 | 1110 |
Color Harmonies of #07422D
Complementary color
Monochromatic Colors of #07422D
Black with #07422D
Text Example
Text Example
White with #07422D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07422D; }
p { color: rgb(7,66,45); }
H1.HeaderClassName
{
color: #07422D;
}
.AnyTagClassName
{
color: #07422D;
}
</style>
background-color css
<style>
a { background-color: #07422D; }
a { background-color: rgb(7,66,45); }
div.DivClassName
{
background-color: #07422D;
}
.BgClassName
{
background-color: #07422D;
}
</style>
border-color css
<style>
span { border-color: #07422D; }
span { border-color: rgb(7,66,45); }
td.TdClassName
{
border-color: #07422D;
}
.TagClassName
{
border-color: #07422D;
}
</style>