Shades of British Racing Green #07422B
Tints of British Racing Green #07422B
RGB
CMYK
RGB Variations
Color information
#07422B (or 0x07422B) is known color: British Racing Green. HEX triplet: 07, 42 and 2B. RGB value is (7,66,43). Sum of RGB (Red+Green+Blue) = 7+66+43=116 (15% of max value = 765). Red value is 7 (3.12% from 255 or 6.03% from 116); Green value is 66 (26.17% from 255 or 56.90% from 116); Blue value is 43 (17.19% from 255 or 37.07% from 116); Max value from RGB is 66 - color contains mainly: green. Hex color #07422B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07422B is #F8BDD4. Grayscale: #2D2D2D. Windows color (decimal): -16301525 or 2834951. OLE color: 2834951.
HSL color Cylindrical-coordinate representation of color #07422B: hue angle of 156.61º 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 #07422B is Cyan = 0.89, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 7 | 66 | 43 | - |
| CMYK | 0.89 | 0 | 0.35 | 0.74 |
| HSL | 156.61º | 0.81% | 0.14% | - |
| HSV(B) | 156.61º | 0.89% | 0.26% | - |
| XYZ | 2.47 | 4.12 | 2.95 | - |
| YUV | 45.74 | 126.45 | 100.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 66 | 43 | 0.89 | 0 | 0.35 | 0.74 | 156.61 | 0.81 | 0.14 |
| Hex | 7 | 42 | 2B | 59 | 0 | 23 | 4A | 9D | 51 | E |
| Octal | 7 | 102 | 53 | 131 | 0 | 43 | 112 | 235 | 121 | 16 |
| Binary | 111 | 1000010 | 101011 | 1011001 | 0 | 100011 | 1001010 | 10011101 | 1010001 | 1110 |
Color Harmonies of #07422B
Complementary color
Monochromatic Colors of #07422B
Black with #07422B
Text Example
Text Example
White with #07422B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07422B; }
p { color: rgb(7,66,43); }
H1.HeaderClassName
{
color: #07422B;
}
.AnyTagClassName
{
color: #07422B;
}
</style>
background-color css
<style>
a { background-color: #07422B; }
a { background-color: rgb(7,66,43); }
div.DivClassName
{
background-color: #07422B;
}
.BgClassName
{
background-color: #07422B;
}
</style>
border-color css
<style>
span { border-color: #07422B; }
span { border-color: rgb(7,66,43); }
td.TdClassName
{
border-color: #07422B;
}
.TagClassName
{
border-color: #07422B;
}
</style>