Shades of British Racing Green #0A4130
Tints of British Racing Green #0A4130
RGB
CMYK
RGB Variations
Color information
#0A4130 (or 0x0A4130) is known color: British Racing Green. HEX triplet: 0A, 41 and 30. RGB value is (10,65,48). Sum of RGB (Red+Green+Blue) = 10+65+48=123 (16% of max value = 765). Red value is 10 (4.30% from 255 or 8.13% from 123); Green value is 65 (25.78% from 255 or 52.85% from 123); Blue value is 48 (19.14% from 255 or 39.02% from 123); Max value from RGB is 65 - color contains mainly: green. Hex color #0A4130 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A4130 is #F5BECF. Grayscale: #2E2E2E. Windows color (decimal): -16105168 or 3162378. OLE color: 3162378.
HSL color Cylindrical-coordinate representation of color #0A4130: hue angle of 161.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 #0A4130 is Cyan = 0.85, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 10 | 65 | 48 | - |
| CMYK | 0.85 | 0 | 0.26 | 0.75 |
| HSL | 161.45º | 0.73% | 0.15% | - |
| HSV(B) | 161.45º | 0.85% | 0.25% | - |
| XYZ | 2.55 | 4.06 | 3.45 | - |
| YUV | 46.62 | 128.78 | 101.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 65 | 48 | 0.85 | 0 | 0.26 | 0.75 | 161.45 | 0.73 | 0.15 |
| Hex | A | 41 | 30 | 55 | 0 | 1A | 4B | A1 | 49 | F |
| Octal | 12 | 101 | 60 | 125 | 0 | 32 | 113 | 241 | 111 | 17 |
| Binary | 1010 | 1000001 | 110000 | 1010101 | 0 | 11010 | 1001011 | 10100001 | 1001001 | 1111 |
Color Harmonies of #0A4130
Complementary color
Monochromatic Colors of #0A4130
Black with #0A4130
Text Example
Text Example
White with #0A4130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A4130; }
p { color: rgb(10,65,48); }
H1.HeaderClassName
{
color: #0A4130;
}
.AnyTagClassName
{
color: #0A4130;
}
</style>
background-color css
<style>
a { background-color: #0A4130; }
a { background-color: rgb(10,65,48); }
div.DivClassName
{
background-color: #0A4130;
}
.BgClassName
{
background-color: #0A4130;
}
</style>
border-color css
<style>
span { border-color: #0A4130; }
span { border-color: rgb(10,65,48); }
td.TdClassName
{
border-color: #0A4130;
}
.TagClassName
{
border-color: #0A4130;
}
</style>