Shades of British Racing Green #0A412F
Tints of British Racing Green #0A412F
RGB
CMYK
RGB Variations
Color information
#0A412F (or 0x0A412F) is known color: British Racing Green. HEX triplet: 0A, 41 and 2F. RGB value is (10,65,47). Sum of RGB (Red+Green+Blue) = 10+65+47=122 (16% of max value = 765). Red value is 10 (4.30% from 255 or 8.20% from 122); Green value is 65 (25.78% from 255 or 53.28% from 122); Blue value is 47 (18.75% from 255 or 38.52% from 122); Max value from RGB is 65 - color contains mainly: green. Hex color #0A412F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A412F is #F5BED0. Grayscale: #2E2E2E. Windows color (decimal): -16105169 or 3096842. OLE color: 3096842.
HSL color Cylindrical-coordinate representation of color #0A412F: hue angle of 160.36º degrees, saturation: 0.73, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0A412F is Cyan = 0.85, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 10 | 65 | 47 | - |
| CMYK | 0.85 | 0 | 0.28 | 0.75 |
| HSL | 160.36º | 0.73% | 0.15% | - |
| HSV(B) | 160.36º | 0.85% | 0.25% | - |
| XYZ | 2.53 | 4.05 | 3.34 | - |
| YUV | 46.5 | 128.28 | 101.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 65 | 47 | 0.85 | 0 | 0.28 | 0.75 | 160.36 | 0.73 | 0.15 |
| Hex | A | 41 | 2F | 55 | 0 | 1C | 4B | A0 | 49 | F |
| Octal | 12 | 101 | 57 | 125 | 0 | 34 | 113 | 240 | 111 | 17 |
| Binary | 1010 | 1000001 | 101111 | 1010101 | 0 | 11100 | 1001011 | 10100000 | 1001001 | 1111 |
Color Harmonies of #0A412F
Complementary color
Monochromatic Colors of #0A412F
Black with #0A412F
Text Example
Text Example
White with #0A412F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A412F; }
p { color: rgb(10,65,47); }
H1.HeaderClassName
{
color: #0A412F;
}
.AnyTagClassName
{
color: #0A412F;
}
</style>
background-color css
<style>
a { background-color: #0A412F; }
a { background-color: rgb(10,65,47); }
div.DivClassName
{
background-color: #0A412F;
}
.BgClassName
{
background-color: #0A412F;
}
</style>
border-color css
<style>
span { border-color: #0A412F; }
span { border-color: rgb(10,65,47); }
td.TdClassName
{
border-color: #0A412F;
}
.TagClassName
{
border-color: #0A412F;
}
</style>