Shades of British Racing Green #0A4925
Tints of British Racing Green #0A4925
RGB
CMYK
RGB Variations
Color information
#0A4925 (or 0x0A4925) is known color: British Racing Green. HEX triplet: 0A, 49 and 25. RGB value is (10,73,37). Sum of RGB (Red+Green+Blue) = 10+73+37=120 (15% of max value = 765). Red value is 10 (4.30% from 255 or 8.33% from 120); Green value is 73 (28.91% from 255 or 60.83% from 120); Blue value is 37 (14.84% from 255 or 30.83% from 120); Max value from RGB is 73 - color contains mainly: green. Hex color #0A4925 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A4925 is #F5B6DA. Grayscale: #323232. Windows color (decimal): -16103131 or 2443530. OLE color: 2443530.
HSL color Cylindrical-coordinate representation of color #0A4925: hue angle of 145.71º 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 #0A4925 is Cyan = 0.86, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 10 | 73 | 37 | - |
| CMYK | 0.86 | 0 | 0.49 | 0.71 |
| HSL | 145.71º | 0.76% | 0.16% | - |
| HSV(B) | 145.71º | 0.86% | 0.29% | - |
| XYZ | 2.84 | 4.96 | 2.56 | - |
| YUV | 50.06 | 120.63 | 99.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 73 | 37 | 0.86 | 0 | 0.49 | 0.71 | 145.71 | 0.76 | 0.16 |
| Hex | A | 49 | 25 | 56 | 0 | 31 | 47 | 92 | 4C | 10 |
| Octal | 12 | 111 | 45 | 126 | 0 | 61 | 107 | 222 | 114 | 20 |
| Binary | 1010 | 1001001 | 100101 | 1010110 | 0 | 110001 | 1000111 | 10010010 | 1001100 | 10000 |
Color Harmonies of #0A4925
Complementary color
Monochromatic Colors of #0A4925
Black with #0A4925
Text Example
Text Example
White with #0A4925
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A4925; }
p { color: rgb(10,73,37); }
H1.HeaderClassName
{
color: #0A4925;
}
.AnyTagClassName
{
color: #0A4925;
}
</style>
background-color css
<style>
a { background-color: #0A4925; }
a { background-color: rgb(10,73,37); }
div.DivClassName
{
background-color: #0A4925;
}
.BgClassName
{
background-color: #0A4925;
}
</style>
border-color css
<style>
span { border-color: #0A4925; }
span { border-color: rgb(10,73,37); }
td.TdClassName
{
border-color: #0A4925;
}
.TagClassName
{
border-color: #0A4925;
}
</style>