Shades of British Racing Green #0A4827
Tints of British Racing Green #0A4827
RGB
CMYK
RGB Variations
Color information
#0A4827 (or 0x0A4827) is known color: British Racing Green. HEX triplet: 0A, 48 and 27. RGB value is (10,72,39). Sum of RGB (Red+Green+Blue) = 10+72+39=121 (16% of max value = 765). Red value is 10 (4.30% from 255 or 8.26% from 121); Green value is 72 (28.52% from 255 or 59.50% from 121); Blue value is 39 (15.62% from 255 or 32.23% from 121); Max value from RGB is 72 - color contains mainly: green. Hex color #0A4827 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A4827 is #F5B7D8. Grayscale: #313131. Windows color (decimal): -16103385 or 2574346. OLE color: 2574346.
HSL color Cylindrical-coordinate representation of color #0A4827: hue angle of 148.06º 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 #0A4827 is Cyan = 0.86, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 10 | 72 | 39 | - |
| CMYK | 0.86 | 0 | 0.46 | 0.72 |
| HSL | 148.06º | 0.76% | 0.16% | - |
| HSV(B) | 148.06º | 0.86% | 0.28% | - |
| XYZ | 2.81 | 4.85 | 2.71 | - |
| YUV | 49.7 | 121.96 | 99.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 72 | 39 | 0.86 | 0 | 0.46 | 0.72 | 148.06 | 0.76 | 0.16 |
| Hex | A | 48 | 27 | 56 | 0 | 2E | 48 | 94 | 4C | 10 |
| Octal | 12 | 110 | 47 | 126 | 0 | 56 | 110 | 224 | 114 | 20 |
| Binary | 1010 | 1001000 | 100111 | 1010110 | 0 | 101110 | 1001000 | 10010100 | 1001100 | 10000 |
Color Harmonies of #0A4827
Complementary color
Monochromatic Colors of #0A4827
Black with #0A4827
Text Example
Text Example
White with #0A4827
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A4827; }
p { color: rgb(10,72,39); }
H1.HeaderClassName
{
color: #0A4827;
}
.AnyTagClassName
{
color: #0A4827;
}
</style>
background-color css
<style>
a { background-color: #0A4827; }
a { background-color: rgb(10,72,39); }
div.DivClassName
{
background-color: #0A4827;
}
.BgClassName
{
background-color: #0A4827;
}
</style>
border-color css
<style>
span { border-color: #0A4827; }
span { border-color: rgb(10,72,39); }
td.TdClassName
{
border-color: #0A4827;
}
.TagClassName
{
border-color: #0A4827;
}
</style>