Shades of British Racing Green #07482D
Tints of British Racing Green #07482D
RGB
CMYK
RGB Variations
Color information
#07482D (or 0x07482D) is known color: British Racing Green. HEX triplet: 07, 48 and 2D. RGB value is (7,72,45). Sum of RGB (Red+Green+Blue) = 7+72+45=124 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.65% from 124); Green value is 72 (28.52% from 255 or 58.06% from 124); Blue value is 45 (17.97% from 255 or 36.29% from 124); Max value from RGB is 72 - color contains mainly: green. Hex color #07482D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07482D is #F8B7D2. Grayscale: #313131. Windows color (decimal): -16299987 or 2967559. OLE color: 2967559.
HSL color Cylindrical-coordinate representation of color #07482D: hue angle of 155.08º 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 #07482D is Cyan = 0.90, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 7 | 72 | 45 | - |
| CMYK | 0.90 | 0 | 0.38 | 0.72 |
| HSL | 155.08º | 0.82% | 0.15% | - |
| HSV(B) | 155.08º | 0.9% | 0.28% | - |
| XYZ | 2.88 | 4.87 | 3.27 | - |
| YUV | 49.49 | 125.47 | 97.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 72 | 45 | 0.90 | 0 | 0.38 | 0.72 | 155.08 | 0.82 | 0.15 |
| Hex | 7 | 48 | 2D | 5A | 0 | 26 | 48 | 9B | 52 | F |
| Octal | 7 | 110 | 55 | 132 | 0 | 46 | 110 | 233 | 122 | 17 |
| Binary | 111 | 1001000 | 101101 | 1011010 | 0 | 100110 | 1001000 | 10011011 | 1010010 | 1111 |
Color Harmonies of #07482D
Complementary color
Monochromatic Colors of #07482D
Black with #07482D
Text Example
Text Example
White with #07482D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07482D; }
p { color: rgb(7,72,45); }
H1.HeaderClassName
{
color: #07482D;
}
.AnyTagClassName
{
color: #07482D;
}
</style>
background-color css
<style>
a { background-color: #07482D; }
a { background-color: rgb(7,72,45); }
div.DivClassName
{
background-color: #07482D;
}
.BgClassName
{
background-color: #07482D;
}
</style>
border-color css
<style>
span { border-color: #07482D; }
span { border-color: rgb(7,72,45); }
td.TdClassName
{
border-color: #07482D;
}
.TagClassName
{
border-color: #07482D;
}
</style>