Shades of British Racing Green #07492B
Tints of British Racing Green #07492B
RGB
CMYK
RGB Variations
Color information
#07492B (or 0x07492B) is known color: British Racing Green. HEX triplet: 07, 49 and 2B. RGB value is (7,73,43). Sum of RGB (Red+Green+Blue) = 7+73+43=123 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.69% from 123); Green value is 73 (28.91% from 255 or 59.35% from 123); Blue value is 43 (17.19% from 255 or 34.96% from 123); Max value from RGB is 73 - color contains mainly: green. Hex color #07492B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07492B is #F8B6D4. Grayscale: #313131. Windows color (decimal): -16299733 or 2836743. OLE color: 2836743.
HSL color Cylindrical-coordinate representation of color #07492B: hue angle of 152.73º degrees, saturation: 0.82, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #07492B is Cyan = 0.90, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 7 | 73 | 43 | - |
| CMYK | 0.90 | 0 | 0.41 | 0.71 |
| HSL | 152.73º | 0.83% | 0.16% | - |
| HSV(B) | 152.73º | 0.9% | 0.29% | - |
| XYZ | 2.91 | 4.98 | 3.09 | - |
| YUV | 49.85 | 124.13 | 97.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 73 | 43 | 0.90 | 0 | 0.41 | 0.71 | 152.73 | 0.83 | 0.16 |
| Hex | 7 | 49 | 2B | 5A | 0 | 29 | 47 | 99 | 52 | 10 |
| Octal | 7 | 111 | 53 | 132 | 0 | 51 | 107 | 231 | 122 | 20 |
| Binary | 111 | 1001001 | 101011 | 1011010 | 0 | 101001 | 1000111 | 10011001 | 1010010 | 10000 |
Color Harmonies of #07492B
Complementary color
Monochromatic Colors of #07492B
Black with #07492B
Text Example
Text Example
White with #07492B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07492B; }
p { color: rgb(7,73,43); }
H1.HeaderClassName
{
color: #07492B;
}
.AnyTagClassName
{
color: #07492B;
}
</style>
background-color css
<style>
a { background-color: #07492B; }
a { background-color: rgb(7,73,43); }
div.DivClassName
{
background-color: #07492B;
}
.BgClassName
{
background-color: #07492B;
}
</style>
border-color css
<style>
span { border-color: #07492B; }
span { border-color: rgb(7,73,43); }
td.TdClassName
{
border-color: #07492B;
}
.TagClassName
{
border-color: #07492B;
}
</style>