Shades of British Racing Green #07462A
Tints of British Racing Green #07462A
RGB
CMYK
RGB Variations
Color information
#07462A (or 0x07462A) is known color: British Racing Green. HEX triplet: 07, 46 and 2A. RGB value is (7,70,42). Sum of RGB (Red+Green+Blue) = 7+70+42=119 (15% of max value = 765). Red value is 7 (3.12% from 255 or 5.88% from 119); Green value is 70 (27.73% from 255 or 58.82% from 119); Blue value is 42 (16.80% from 255 or 35.29% from 119); Max value from RGB is 70 - color contains mainly: green. Hex color #07462A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07462A is #F8B9D5. Grayscale: #303030. Windows color (decimal): -16300502 or 2770439. OLE color: 2770439.
HSL color Cylindrical-coordinate representation of color #07462A: hue angle of 153.33º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #07462A is Cyan = 0.90, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 7 | 70 | 42 | - |
| CMYK | 0.90 | 0 | 0.40 | 0.73 |
| HSL | 153.33º | 0.82% | 0.15% | - |
| HSV(B) | 153.33º | 0.9% | 0.27% | - |
| XYZ | 2.7 | 4.59 | 2.93 | - |
| YUV | 47.97 | 124.63 | 98.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 70 | 42 | 0.90 | 0 | 0.40 | 0.73 | 153.33 | 0.82 | 0.15 |
| Hex | 7 | 46 | 2A | 5A | 0 | 28 | 49 | 99 | 52 | F |
| Octal | 7 | 106 | 52 | 132 | 0 | 50 | 111 | 231 | 122 | 17 |
| Binary | 111 | 1000110 | 101010 | 1011010 | 0 | 101000 | 1001001 | 10011001 | 1010010 | 1111 |
Color Harmonies of #07462A
Complementary color
Monochromatic Colors of #07462A
Black with #07462A
Text Example
Text Example
White with #07462A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07462A; }
p { color: rgb(7,70,42); }
H1.HeaderClassName
{
color: #07462A;
}
.AnyTagClassName
{
color: #07462A;
}
</style>
background-color css
<style>
a { background-color: #07462A; }
a { background-color: rgb(7,70,42); }
div.DivClassName
{
background-color: #07462A;
}
.BgClassName
{
background-color: #07462A;
}
</style>
border-color css
<style>
span { border-color: #07462A; }
span { border-color: rgb(7,70,42); }
td.TdClassName
{
border-color: #07462A;
}
.TagClassName
{
border-color: #07462A;
}
</style>