Shades of British Racing Green #0A4921
Tints of British Racing Green #0A4921
RGB
CMYK
RGB Variations
Color information
#0A4921 (or 0x0A4921) is known color: British Racing Green. HEX triplet: 0A, 49 and 21. RGB value is (10,73,33). Sum of RGB (Red+Green+Blue) = 10+73+33=116 (15% of max value = 765). Red value is 10 (4.30% from 255 or 8.62% from 116); Green value is 73 (28.91% from 255 or 62.93% from 116); Blue value is 33 (13.28% from 255 or 28.45% from 116); Max value from RGB is 73 - color contains mainly: green. Hex color #0A4921 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A4921 is #F5B6DE. Grayscale: #313131. Windows color (decimal): -16103135 or 2181386. OLE color: 2181386.
HSL color Cylindrical-coordinate representation of color #0A4921: hue angle of 141.9º degrees, saturation: 0.76, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0A4921 is Cyan = 0.86, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 10 | 73 | 33 | - |
| CMYK | 0.86 | 0 | 0.55 | 0.71 |
| HSL | 141.9º | 0.76% | 0.16% | - |
| HSV(B) | 141.9º | 0.86% | 0.29% | - |
| XYZ | 2.78 | 4.94 | 2.25 | - |
| YUV | 49.6 | 118.63 | 99.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 73 | 33 | 0.86 | 0 | 0.55 | 0.71 | 141.9 | 0.76 | 0.16 |
| Hex | A | 49 | 21 | 56 | 0 | 37 | 47 | 8E | 4C | 10 |
| Octal | 12 | 111 | 41 | 126 | 0 | 67 | 107 | 216 | 114 | 20 |
| Binary | 1010 | 1001001 | 100001 | 1010110 | 0 | 110111 | 1000111 | 10001110 | 1001100 | 10000 |
Color Harmonies of #0A4921
Complementary color
Monochromatic Colors of #0A4921
Black with #0A4921
Text Example
Text Example
White with #0A4921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A4921; }
p { color: rgb(10,73,33); }
H1.HeaderClassName
{
color: #0A4921;
}
.AnyTagClassName
{
color: #0A4921;
}
</style>
background-color css
<style>
a { background-color: #0A4921; }
a { background-color: rgb(10,73,33); }
div.DivClassName
{
background-color: #0A4921;
}
.BgClassName
{
background-color: #0A4921;
}
</style>
border-color css
<style>
span { border-color: #0A4921; }
span { border-color: rgb(10,73,33); }
td.TdClassName
{
border-color: #0A4921;
}
.TagClassName
{
border-color: #0A4921;
}
</style>