Shades of British Racing Green #07502B
Tints of British Racing Green #07502B
RGB
CMYK
RGB Variations
Color information
#07502B (or 0x07502B) is known color: British Racing Green. HEX triplet: 07, 50 and 2B. RGB value is (7,80,43). Sum of RGB (Red+Green+Blue) = 7+80+43=130 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.38% from 130); Green value is 80 (31.64% from 255 or 61.54% from 130); Blue value is 43 (17.19% from 255 or 33.08% from 130); Max value from RGB is 80 - color contains mainly: green. Hex color #07502B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #07502B is #F8AFD4. Grayscale: #363636. Windows color (decimal): -16297941 or 2838535. OLE color: 2838535.
HSL color Cylindrical-coordinate representation of color #07502B: hue angle of 149.59º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #07502B is Cyan = 0.91, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 7 | 80 | 43 | - |
| CMYK | 0.91 | 0 | 0.46 | 0.69 |
| HSL | 149.59º | 0.84% | 0.17% | - |
| HSV(B) | 149.59º | 0.91% | 0.31% | - |
| XYZ | 3.39 | 5.96 | 3.26 | - |
| YUV | 53.96 | 121.82 | 94.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 80 | 43 | 0.91 | 0 | 0.46 | 0.69 | 149.59 | 0.84 | 0.17 |
| Hex | 7 | 50 | 2B | 5B | 0 | 2E | 45 | 96 | 54 | 11 |
| Octal | 7 | 120 | 53 | 133 | 0 | 56 | 105 | 226 | 124 | 21 |
| Binary | 111 | 1010000 | 101011 | 1011011 | 0 | 101110 | 1000101 | 10010110 | 1010100 | 10001 |
Color Harmonies of #07502B
Complementary color
Monochromatic Colors of #07502B
Black with #07502B
Text Example
Text Example
White with #07502B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07502B; }
p { color: rgb(7,80,43); }
H1.HeaderClassName
{
color: #07502B;
}
.AnyTagClassName
{
color: #07502B;
}
</style>
background-color css
<style>
a { background-color: #07502B; }
a { background-color: rgb(7,80,43); }
div.DivClassName
{
background-color: #07502B;
}
.BgClassName
{
background-color: #07502B;
}
</style>
border-color css
<style>
span { border-color: #07502B; }
span { border-color: rgb(7,80,43); }
td.TdClassName
{
border-color: #07502B;
}
.TagClassName
{
border-color: #07502B;
}
</style>