Shades of British Racing Green #07482F
Tints of British Racing Green #07482F
RGB
CMYK
RGB Variations
Color information
#07482F (or 0x07482F) is known color: British Racing Green. HEX triplet: 07, 48 and 2F. RGB value is (7,72,47). Sum of RGB (Red+Green+Blue) = 7+72+47=126 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.56% from 126); Green value is 72 (28.52% from 255 or 57.14% from 126); Blue value is 47 (18.75% from 255 or 37.30% from 126); Max value from RGB is 72 - color contains mainly: green. Hex color #07482F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07482F is #F8B7D0. Grayscale: #313131. Windows color (decimal): -16299985 or 3098631. OLE color: 3098631.
HSL color Cylindrical-coordinate representation of color #07482F: hue angle of 156.92º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #07482F is Cyan = 0.90, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 7 | 72 | 47 | - |
| CMYK | 0.90 | 0 | 0.35 | 0.72 |
| HSL | 156.92º | 0.82% | 0.15% | - |
| HSV(B) | 156.92º | 0.9% | 0.28% | - |
| XYZ | 2.92 | 4.89 | 3.48 | - |
| YUV | 49.72 | 126.47 | 97.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 72 | 47 | 0.90 | 0 | 0.35 | 0.72 | 156.92 | 0.82 | 0.15 |
| Hex | 7 | 48 | 2F | 5A | 0 | 23 | 48 | 9D | 52 | F |
| Octal | 7 | 110 | 57 | 132 | 0 | 43 | 110 | 235 | 122 | 17 |
| Binary | 111 | 1001000 | 101111 | 1011010 | 0 | 100011 | 1001000 | 10011101 | 1010010 | 1111 |
Color Harmonies of #07482F
Complementary color
Monochromatic Colors of #07482F
Black with #07482F
Text Example
Text Example
White with #07482F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07482F; }
p { color: rgb(7,72,47); }
H1.HeaderClassName
{
color: #07482F;
}
.AnyTagClassName
{
color: #07482F;
}
</style>
background-color css
<style>
a { background-color: #07482F; }
a { background-color: rgb(7,72,47); }
div.DivClassName
{
background-color: #07482F;
}
.BgClassName
{
background-color: #07482F;
}
</style>
border-color css
<style>
span { border-color: #07482F; }
span { border-color: rgb(7,72,47); }
td.TdClassName
{
border-color: #07482F;
}
.TagClassName
{
border-color: #07482F;
}
</style>