Shades of British Racing Green #0A472A
Tints of British Racing Green #0A472A
RGB
CMYK
RGB Variations
Color information
#0A472A (or 0x0A472A) is known color: British Racing Green. HEX triplet: 0A, 47 and 2A. RGB value is (10,71,42). Sum of RGB (Red+Green+Blue) = 10+71+42=123 (16% of max value = 765). Red value is 10 (4.30% from 255 or 8.13% from 123); Green value is 71 (28.12% from 255 or 57.72% from 123); Blue value is 42 (16.80% from 255 or 34.15% from 123); Max value from RGB is 71 - color contains mainly: green. Hex color #0A472A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A472A is #F5B8D5. Grayscale: #313131. Windows color (decimal): -16103638 or 2770698. OLE color: 2770698.
HSL color Cylindrical-coordinate representation of color #0A472A: hue angle of 151.48º degrees, saturation: 0.75, 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 #0A472A is Cyan = 0.86, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 10 | 71 | 42 | - |
| CMYK | 0.86 | 0 | 0.41 | 0.72 |
| HSL | 151.48º | 0.75% | 0.16% | - |
| HSV(B) | 151.48º | 0.86% | 0.28% | - |
| XYZ | 2.8 | 4.74 | 2.96 | - |
| YUV | 49.46 | 123.79 | 99.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 71 | 42 | 0.86 | 0 | 0.41 | 0.72 | 151.48 | 0.75 | 0.16 |
| Hex | A | 47 | 2A | 56 | 0 | 29 | 48 | 97 | 4B | 10 |
| Octal | 12 | 107 | 52 | 126 | 0 | 51 | 110 | 227 | 113 | 20 |
| Binary | 1010 | 1000111 | 101010 | 1010110 | 0 | 101001 | 1001000 | 10010111 | 1001011 | 10000 |
Color Harmonies of #0A472A
Complementary color
Monochromatic Colors of #0A472A
Black with #0A472A
Text Example
Text Example
White with #0A472A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A472A; }
p { color: rgb(10,71,42); }
H1.HeaderClassName
{
color: #0A472A;
}
.AnyTagClassName
{
color: #0A472A;
}
</style>
background-color css
<style>
a { background-color: #0A472A; }
a { background-color: rgb(10,71,42); }
div.DivClassName
{
background-color: #0A472A;
}
.BgClassName
{
background-color: #0A472A;
}
</style>
border-color css
<style>
span { border-color: #0A472A; }
span { border-color: rgb(10,71,42); }
td.TdClassName
{
border-color: #0A472A;
}
.TagClassName
{
border-color: #0A472A;
}
</style>