Shades of British Racing Green #07502D
Tints of British Racing Green #07502D
RGB
CMYK
RGB Variations
Color information
#07502D (or 0x07502D) is known color: British Racing Green. HEX triplet: 07, 50 and 2D. RGB value is (7,80,45). Sum of RGB (Red+Green+Blue) = 7+80+45=132 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.30% from 132); Green value is 80 (31.64% from 255 or 60.61% from 132); Blue value is 45 (17.97% from 255 or 34.09% from 132); Max value from RGB is 80 - color contains mainly: green. Hex color #07502D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #07502D is #F8AFD2. Grayscale: #363636. Windows color (decimal): -16297939 or 2969607. OLE color: 2969607.
HSL color Cylindrical-coordinate representation of color #07502D: hue angle of 151.23º 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 #07502D is Cyan = 0.91, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 7 | 80 | 45 | - |
| CMYK | 0.91 | 0 | 0.44 | 0.69 |
| HSL | 151.23º | 0.84% | 0.17% | - |
| HSV(B) | 151.23º | 0.91% | 0.31% | - |
| XYZ | 3.43 | 5.97 | 3.45 | - |
| YUV | 54.18 | 122.82 | 94.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 80 | 45 | 0.91 | 0 | 0.44 | 0.69 | 151.23 | 0.84 | 0.17 |
| Hex | 7 | 50 | 2D | 5B | 0 | 2C | 45 | 97 | 54 | 11 |
| Octal | 7 | 120 | 55 | 133 | 0 | 54 | 105 | 227 | 124 | 21 |
| Binary | 111 | 1010000 | 101101 | 1011011 | 0 | 101100 | 1000101 | 10010111 | 1010100 | 10001 |
Color Harmonies of #07502D
Complementary color
Monochromatic Colors of #07502D
Black with #07502D
Text Example
Text Example
White with #07502D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07502D; }
p { color: rgb(7,80,45); }
H1.HeaderClassName
{
color: #07502D;
}
.AnyTagClassName
{
color: #07502D;
}
</style>
background-color css
<style>
a { background-color: #07502D; }
a { background-color: rgb(7,80,45); }
div.DivClassName
{
background-color: #07502D;
}
.BgClassName
{
background-color: #07502D;
}
</style>
border-color css
<style>
span { border-color: #07502D; }
span { border-color: rgb(7,80,45); }
td.TdClassName
{
border-color: #07502D;
}
.TagClassName
{
border-color: #07502D;
}
</style>