Shades of British Racing Green #0A4720
Tints of British Racing Green #0A4720
RGB
CMYK
RGB Variations
Color information
#0A4720 (or 0x0A4720) is known color: British Racing Green. HEX triplet: 0A, 47 and 20. RGB value is (10,71,32). Sum of RGB (Red+Green+Blue) = 10+71+32=113 (14% of max value = 765). Red value is 10 (4.30% from 255 or 8.85% from 113); Green value is 71 (28.12% from 255 or 62.83% from 113); Blue value is 32 (12.89% from 255 or 28.32% from 113); Max value from RGB is 71 - color contains mainly: green. Hex color #0A4720 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A4720 is #F5B8DF. Grayscale: #303030. Windows color (decimal): -16103648 or 2115338. OLE color: 2115338.
HSL color Cylindrical-coordinate representation of color #0A4720: hue angle of 141.64º degrees, saturation: 0.75, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0A4720 is Cyan = 0.86, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 10 | 71 | 32 | - |
| CMYK | 0.86 | 0 | 0.55 | 0.72 |
| HSL | 141.64º | 0.75% | 0.16% | - |
| HSV(B) | 141.64º | 0.86% | 0.28% | - |
| XYZ | 2.64 | 4.68 | 2.13 | - |
| YUV | 48.32 | 118.79 | 100.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 71 | 32 | 0.86 | 0 | 0.55 | 0.72 | 141.64 | 0.75 | 0.16 |
| Hex | A | 47 | 20 | 56 | 0 | 37 | 48 | 8E | 4B | 10 |
| Octal | 12 | 107 | 40 | 126 | 0 | 67 | 110 | 216 | 113 | 20 |
| Binary | 1010 | 1000111 | 100000 | 1010110 | 0 | 110111 | 1001000 | 10001110 | 1001011 | 10000 |
Color Harmonies of #0A4720
Complementary color
Monochromatic Colors of #0A4720
Black with #0A4720
Text Example
Text Example
White with #0A4720
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A4720; }
p { color: rgb(10,71,32); }
H1.HeaderClassName
{
color: #0A4720;
}
.AnyTagClassName
{
color: #0A4720;
}
</style>
background-color css
<style>
a { background-color: #0A4720; }
a { background-color: rgb(10,71,32); }
div.DivClassName
{
background-color: #0A4720;
}
.BgClassName
{
background-color: #0A4720;
}
</style>
border-color css
<style>
span { border-color: #0A4720; }
span { border-color: rgb(10,71,32); }
td.TdClassName
{
border-color: #0A4720;
}
.TagClassName
{
border-color: #0A4720;
}
</style>