Shades of British Racing Green #07482C
Tints of British Racing Green #07482C
RGB
CMYK
RGB Variations
Color information
#07482C (or 0x07482C) is known color: British Racing Green. HEX triplet: 07, 48 and 2C. RGB value is (7,72,44). Sum of RGB (Red+Green+Blue) = 7+72+44=123 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.69% from 123); Green value is 72 (28.52% from 255 or 58.54% from 123); Blue value is 44 (17.58% from 255 or 35.77% from 123); Max value from RGB is 72 - color contains mainly: green. Hex color #07482C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07482C is #F8B7D3. Grayscale: #313131. Windows color (decimal): -16299988 or 2902023. OLE color: 2902023.
HSL color Cylindrical-coordinate representation of color #07482C: hue angle of 154.15º 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 #07482C is Cyan = 0.90, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 7 | 72 | 44 | - |
| CMYK | 0.90 | 0 | 0.39 | 0.72 |
| HSL | 154.15º | 0.82% | 0.15% | - |
| HSV(B) | 154.15º | 0.9% | 0.28% | - |
| XYZ | 2.86 | 4.86 | 3.17 | - |
| YUV | 49.37 | 124.97 | 97.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 72 | 44 | 0.90 | 0 | 0.39 | 0.72 | 154.15 | 0.82 | 0.15 |
| Hex | 7 | 48 | 2C | 5A | 0 | 27 | 48 | 9A | 52 | F |
| Octal | 7 | 110 | 54 | 132 | 0 | 47 | 110 | 232 | 122 | 17 |
| Binary | 111 | 1001000 | 101100 | 1011010 | 0 | 100111 | 1001000 | 10011010 | 1010010 | 1111 |
Color Harmonies of #07482C
Complementary color
Monochromatic Colors of #07482C
Black with #07482C
Text Example
Text Example
White with #07482C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07482C; }
p { color: rgb(7,72,44); }
H1.HeaderClassName
{
color: #07482C;
}
.AnyTagClassName
{
color: #07482C;
}
</style>
background-color css
<style>
a { background-color: #07482C; }
a { background-color: rgb(7,72,44); }
div.DivClassName
{
background-color: #07482C;
}
.BgClassName
{
background-color: #07482C;
}
</style>
border-color css
<style>
span { border-color: #07482C; }
span { border-color: rgb(7,72,44); }
td.TdClassName
{
border-color: #07482C;
}
.TagClassName
{
border-color: #07482C;
}
</style>