Shades of British Racing Green #08471F
Tints of British Racing Green #08471F
RGB
CMYK
RGB Variations
Color information
#08471F (or 0x08471F) is known color: British Racing Green. HEX triplet: 08, 47 and 1F. RGB value is (8,71,31). Sum of RGB (Red+Green+Blue) = 8+71+31=110 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.27% from 110); Green value is 71 (28.12% from 255 or 64.55% from 110); Blue value is 31 (12.5% from 255 or 28.18% from 110); Max value from RGB is 71 - color contains mainly: green. Hex color #08471F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08471F is #F7B8E0. Grayscale: #2F2F2F. Windows color (decimal): -16234721 or 2049800. OLE color: 2049800.
HSL color Cylindrical-coordinate representation of color #08471F: hue angle of 141.9º 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 #08471F is Cyan = 0.89, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 8 | 71 | 31 | - |
| CMYK | 0.89 | 0 | 0.56 | 0.72 |
| HSL | 141.9º | 0.8% | 0.15% | - |
| HSV(B) | 141.9º | 0.89% | 0.28% | - |
| XYZ | 2.6 | 4.66 | 2.06 | - |
| YUV | 47.6 | 118.63 | 99.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 71 | 31 | 0.89 | 0 | 0.56 | 0.72 | 141.9 | 0.8 | 0.15 |
| Hex | 8 | 47 | 1F | 59 | 0 | 38 | 48 | 8E | 50 | F |
| Octal | 10 | 107 | 37 | 131 | 0 | 70 | 110 | 216 | 120 | 17 |
| Binary | 1000 | 1000111 | 11111 | 1011001 | 0 | 111000 | 1001000 | 10001110 | 1010000 | 1111 |
Color Harmonies of #08471F
Complementary color
Monochromatic Colors of #08471F
Black with #08471F
Text Example
Text Example
White with #08471F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08471F; }
p { color: rgb(8,71,31); }
H1.HeaderClassName
{
color: #08471F;
}
.AnyTagClassName
{
color: #08471F;
}
</style>
background-color css
<style>
a { background-color: #08471F; }
a { background-color: rgb(8,71,31); }
div.DivClassName
{
background-color: #08471F;
}
.BgClassName
{
background-color: #08471F;
}
</style>
border-color css
<style>
span { border-color: #08471F; }
span { border-color: rgb(8,71,31); }
td.TdClassName
{
border-color: #08471F;
}
.TagClassName
{
border-color: #08471F;
}
</style>