Shades of British Racing Green #0A4125
Tints of British Racing Green #0A4125
RGB
CMYK
RGB Variations
Color information
#0A4125 (or 0x0A4125) is known color: British Racing Green. HEX triplet: 0A, 41 and 25. RGB value is (10,65,37). Sum of RGB (Red+Green+Blue) = 10+65+37=112 (14% of max value = 765). Red value is 10 (4.30% from 255 or 8.93% from 112); Green value is 65 (25.78% from 255 or 58.04% from 112); Blue value is 37 (14.84% from 255 or 33.04% from 112); Max value from RGB is 65 - color contains mainly: green. Hex color #0A4125 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A4125 is #F5BEDA. Grayscale: #2D2D2D. Windows color (decimal): -16105179 or 2441482. OLE color: 2441482.
HSL color Cylindrical-coordinate representation of color #0A4125: hue angle of 149.45º 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 #0A4125 is Cyan = 0.85, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 10 | 65 | 37 | - |
| CMYK | 0.85 | 0 | 0.43 | 0.75 |
| HSL | 149.45º | 0.73% | 0.15% | - |
| HSV(B) | 149.45º | 0.85% | 0.25% | - |
| XYZ | 2.35 | 3.98 | 2.39 | - |
| YUV | 45.36 | 123.28 | 102.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 65 | 37 | 0.85 | 0 | 0.43 | 0.75 | 149.45 | 0.73 | 0.15 |
| Hex | A | 41 | 25 | 55 | 0 | 2B | 4B | 95 | 49 | F |
| Octal | 12 | 101 | 45 | 125 | 0 | 53 | 113 | 225 | 111 | 17 |
| Binary | 1010 | 1000001 | 100101 | 1010101 | 0 | 101011 | 1001011 | 10010101 | 1001001 | 1111 |
Color Harmonies of #0A4125
Complementary color
Monochromatic Colors of #0A4125
Black with #0A4125
Text Example
Text Example
White with #0A4125
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A4125; }
p { color: rgb(10,65,37); }
H1.HeaderClassName
{
color: #0A4125;
}
.AnyTagClassName
{
color: #0A4125;
}
</style>
background-color css
<style>
a { background-color: #0A4125; }
a { background-color: rgb(10,65,37); }
div.DivClassName
{
background-color: #0A4125;
}
.BgClassName
{
background-color: #0A4125;
}
</style>
border-color css
<style>
span { border-color: #0A4125; }
span { border-color: rgb(10,65,37); }
td.TdClassName
{
border-color: #0A4125;
}
.TagClassName
{
border-color: #0A4125;
}
</style>