Shades of British Racing Green #07502C
Tints of British Racing Green #07502C
RGB
CMYK
RGB Variations
Color information
#07502C (or 0x07502C) is known color: British Racing Green. HEX triplet: 07, 50 and 2C. RGB value is (7,80,44). Sum of RGB (Red+Green+Blue) = 7+80+44=131 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.34% from 131); Green value is 80 (31.64% from 255 or 61.07% from 131); Blue value is 44 (17.58% from 255 or 33.59% from 131); Max value from RGB is 80 - color contains mainly: green. Hex color #07502C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #07502C is #F8AFD3. Grayscale: #363636. Windows color (decimal): -16297940 or 2904071. OLE color: 2904071.
HSL color Cylindrical-coordinate representation of color #07502C: hue angle of 150.41º 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 #07502C is Cyan = 0.91, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 7 | 80 | 44 | - |
| CMYK | 0.91 | 0 | 0.45 | 0.69 |
| HSL | 150.41º | 0.84% | 0.17% | - |
| HSV(B) | 150.41º | 0.91% | 0.31% | - |
| XYZ | 3.41 | 5.96 | 3.35 | - |
| YUV | 54.07 | 122.32 | 94.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 80 | 44 | 0.91 | 0 | 0.45 | 0.69 | 150.41 | 0.84 | 0.17 |
| Hex | 7 | 50 | 2C | 5B | 0 | 2D | 45 | 96 | 54 | 11 |
| Octal | 7 | 120 | 54 | 133 | 0 | 55 | 105 | 226 | 124 | 21 |
| Binary | 111 | 1010000 | 101100 | 1011011 | 0 | 101101 | 1000101 | 10010110 | 1010100 | 10001 |
Color Harmonies of #07502C
Complementary color
Monochromatic Colors of #07502C
Black with #07502C
Text Example
Text Example
White with #07502C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07502C; }
p { color: rgb(7,80,44); }
H1.HeaderClassName
{
color: #07502C;
}
.AnyTagClassName
{
color: #07502C;
}
</style>
background-color css
<style>
a { background-color: #07502C; }
a { background-color: rgb(7,80,44); }
div.DivClassName
{
background-color: #07502C;
}
.BgClassName
{
background-color: #07502C;
}
</style>
border-color css
<style>
span { border-color: #07502C; }
span { border-color: rgb(7,80,44); }
td.TdClassName
{
border-color: #07502C;
}
.TagClassName
{
border-color: #07502C;
}
</style>