Shades of British Racing Green #08472E
Tints of British Racing Green #08472E
RGB
CMYK
RGB Variations
Color information
#08472E (or 0x08472E) is known color: British Racing Green. HEX triplet: 08, 47 and 2E. RGB value is (8,71,46). Sum of RGB (Red+Green+Blue) = 8+71+46=125 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.4% from 125); Green value is 71 (28.12% from 255 or 56.8% from 125); Blue value is 46 (18.36% from 255 or 36.8% from 125); Max value from RGB is 71 - color contains mainly: green. Hex color #08472E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08472E is #F7B8D1. Grayscale: #313131. Windows color (decimal): -16234706 or 3032840. OLE color: 3032840.
HSL color Cylindrical-coordinate representation of color #08472E: hue angle of 156.19º degrees, saturation: 0.8, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #08472E is Cyan = 0.89, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 8 | 71 | 46 | - |
| CMYK | 0.89 | 0 | 0.35 | 0.72 |
| HSL | 156.19º | 0.8% | 0.15% | - |
| HSV(B) | 156.19º | 0.89% | 0.28% | - |
| XYZ | 2.85 | 4.76 | 3.35 | - |
| YUV | 49.31 | 126.13 | 98.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 71 | 46 | 0.89 | 0 | 0.35 | 0.72 | 156.19 | 0.8 | 0.15 |
| Hex | 8 | 47 | 2E | 59 | 0 | 23 | 48 | 9C | 50 | F |
| Octal | 10 | 107 | 56 | 131 | 0 | 43 | 110 | 234 | 120 | 17 |
| Binary | 1000 | 1000111 | 101110 | 1011001 | 0 | 100011 | 1001000 | 10011100 | 1010000 | 1111 |
Color Harmonies of #08472E
Complementary color
Monochromatic Colors of #08472E
Black with #08472E
Text Example
Text Example
White with #08472E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08472E; }
p { color: rgb(8,71,46); }
H1.HeaderClassName
{
color: #08472E;
}
.AnyTagClassName
{
color: #08472E;
}
</style>
background-color css
<style>
a { background-color: #08472E; }
a { background-color: rgb(8,71,46); }
div.DivClassName
{
background-color: #08472E;
}
.BgClassName
{
background-color: #08472E;
}
</style>
border-color css
<style>
span { border-color: #08472E; }
span { border-color: rgb(8,71,46); }
td.TdClassName
{
border-color: #08472E;
}
.TagClassName
{
border-color: #08472E;
}
</style>