Shades of British Racing Green #0A4826
Tints of British Racing Green #0A4826
RGB
CMYK
RGB Variations
Color information
#0A4826 (or 0x0A4826) is known color: British Racing Green. HEX triplet: 0A, 48 and 26. RGB value is (10,72,38). Sum of RGB (Red+Green+Blue) = 10+72+38=120 (15% of max value = 765). Red value is 10 (4.30% from 255 or 8.33% from 120); Green value is 72 (28.52% from 255 or 60% from 120); Blue value is 38 (15.23% from 255 or 31.67% from 120); Max value from RGB is 72 - color contains mainly: green. Hex color #0A4826 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A4826 is #F5B7D9. Grayscale: #313131. Windows color (decimal): -16103386 or 2508810. OLE color: 2508810.
HSL color Cylindrical-coordinate representation of color #0A4826: hue angle of 147.1º 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 #0A4826 is Cyan = 0.86, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 10 | 72 | 38 | - |
| CMYK | 0.86 | 0 | 0.47 | 0.72 |
| HSL | 147.1º | 0.76% | 0.16% | - |
| HSV(B) | 147.1º | 0.86% | 0.28% | - |
| XYZ | 2.79 | 4.84 | 2.62 | - |
| YUV | 49.59 | 121.46 | 99.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 72 | 38 | 0.86 | 0 | 0.47 | 0.72 | 147.1 | 0.76 | 0.16 |
| Hex | A | 48 | 26 | 56 | 0 | 2F | 48 | 93 | 4C | 10 |
| Octal | 12 | 110 | 46 | 126 | 0 | 57 | 110 | 223 | 114 | 20 |
| Binary | 1010 | 1001000 | 100110 | 1010110 | 0 | 101111 | 1001000 | 10010011 | 1001100 | 10000 |
Color Harmonies of #0A4826
Complementary color
Monochromatic Colors of #0A4826
Black with #0A4826
Text Example
Text Example
White with #0A4826
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A4826; }
p { color: rgb(10,72,38); }
H1.HeaderClassName
{
color: #0A4826;
}
.AnyTagClassName
{
color: #0A4826;
}
</style>
background-color css
<style>
a { background-color: #0A4826; }
a { background-color: rgb(10,72,38); }
div.DivClassName
{
background-color: #0A4826;
}
.BgClassName
{
background-color: #0A4826;
}
</style>
border-color css
<style>
span { border-color: #0A4826; }
span { border-color: rgb(10,72,38); }
td.TdClassName
{
border-color: #0A4826;
}
.TagClassName
{
border-color: #0A4826;
}
</style>