Shades of British Racing Green #0A4821
Tints of British Racing Green #0A4821
RGB
CMYK
RGB Variations
Color information
#0A4821 (or 0x0A4821) is known color: British Racing Green. HEX triplet: 0A, 48 and 21. RGB value is (10,72,33). Sum of RGB (Red+Green+Blue) = 10+72+33=115 (15% of max value = 765). Red value is 10 (4.30% from 255 or 8.70% from 115); Green value is 72 (28.52% from 255 or 62.61% from 115); Blue value is 33 (13.28% from 255 or 28.70% from 115); Max value from RGB is 72 - color contains mainly: green. Hex color #0A4821 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A4821 is #F5B7DE. Grayscale: #313131. Windows color (decimal): -16103391 or 2181130. OLE color: 2181130.
HSL color Cylindrical-coordinate representation of color #0A4821: hue angle of 142.26º degrees, saturation: 0.76, 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 #0A4821 is Cyan = 0.86, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 10 | 72 | 33 | - |
| CMYK | 0.86 | 0 | 0.54 | 0.72 |
| HSL | 142.26º | 0.76% | 0.16% | - |
| HSV(B) | 142.26º | 0.86% | 0.28% | - |
| XYZ | 2.72 | 4.81 | 2.22 | - |
| YUV | 49.02 | 118.96 | 100.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 72 | 33 | 0.86 | 0 | 0.54 | 0.72 | 142.26 | 0.76 | 0.16 |
| Hex | A | 48 | 21 | 56 | 0 | 36 | 48 | 8E | 4C | 10 |
| Octal | 12 | 110 | 41 | 126 | 0 | 66 | 110 | 216 | 114 | 20 |
| Binary | 1010 | 1001000 | 100001 | 1010110 | 0 | 110110 | 1001000 | 10001110 | 1001100 | 10000 |
Color Harmonies of #0A4821
Complementary color
Monochromatic Colors of #0A4821
Black with #0A4821
Text Example
Text Example
White with #0A4821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A4821; }
p { color: rgb(10,72,33); }
H1.HeaderClassName
{
color: #0A4821;
}
.AnyTagClassName
{
color: #0A4821;
}
</style>
background-color css
<style>
a { background-color: #0A4821; }
a { background-color: rgb(10,72,33); }
div.DivClassName
{
background-color: #0A4821;
}
.BgClassName
{
background-color: #0A4821;
}
</style>
border-color css
<style>
span { border-color: #0A4821; }
span { border-color: rgb(10,72,33); }
td.TdClassName
{
border-color: #0A4821;
}
.TagClassName
{
border-color: #0A4821;
}
</style>