Shades of British Racing Green #0A4928
Tints of British Racing Green #0A4928
RGB
CMYK
RGB Variations
Color information
#0A4928 (or 0x0A4928) is known color: British Racing Green. HEX triplet: 0A, 49 and 28. RGB value is (10,73,40). Sum of RGB (Red+Green+Blue) = 10+73+40=123 (16% of max value = 765). Red value is 10 (4.30% from 255 or 8.13% from 123); Green value is 73 (28.91% from 255 or 59.35% from 123); Blue value is 40 (16.02% from 255 or 32.52% from 123); Max value from RGB is 73 - color contains mainly: green. Hex color #0A4928 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A4928 is #F5B6D7. Grayscale: #323232. Windows color (decimal): -16103128 or 2640138. OLE color: 2640138.
HSL color Cylindrical-coordinate representation of color #0A4928: hue angle of 148.57º 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 #0A4928 is Cyan = 0.86, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 10 | 73 | 40 | - |
| CMYK | 0.86 | 0 | 0.45 | 0.71 |
| HSL | 148.57º | 0.76% | 0.16% | - |
| HSV(B) | 148.57º | 0.86% | 0.29% | - |
| XYZ | 2.89 | 4.98 | 2.82 | - |
| YUV | 50.4 | 122.13 | 99.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 73 | 40 | 0.86 | 0 | 0.45 | 0.71 | 148.57 | 0.76 | 0.16 |
| Hex | A | 49 | 28 | 56 | 0 | 2D | 47 | 95 | 4C | 10 |
| Octal | 12 | 111 | 50 | 126 | 0 | 55 | 107 | 225 | 114 | 20 |
| Binary | 1010 | 1001001 | 101000 | 1010110 | 0 | 101101 | 1000111 | 10010101 | 1001100 | 10000 |
Color Harmonies of #0A4928
Complementary color
Monochromatic Colors of #0A4928
Black with #0A4928
Text Example
Text Example
White with #0A4928
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A4928; }
p { color: rgb(10,73,40); }
H1.HeaderClassName
{
color: #0A4928;
}
.AnyTagClassName
{
color: #0A4928;
}
</style>
background-color css
<style>
a { background-color: #0A4928; }
a { background-color: rgb(10,73,40); }
div.DivClassName
{
background-color: #0A4928;
}
.BgClassName
{
background-color: #0A4928;
}
</style>
border-color css
<style>
span { border-color: #0A4928; }
span { border-color: rgb(10,73,40); }
td.TdClassName
{
border-color: #0A4928;
}
.TagClassName
{
border-color: #0A4928;
}
</style>