Shades of British Racing Green #0A4123
Tints of British Racing Green #0A4123
RGB
CMYK
RGB Variations
Color information
#0A4123 (or 0x0A4123) is known color: British Racing Green. HEX triplet: 0A, 41 and 23. RGB value is (10,65,35). Sum of RGB (Red+Green+Blue) = 10+65+35=110 (14% of max value = 765). Red value is 10 (4.30% from 255 or 9.09% from 110); Green value is 65 (25.78% from 255 or 59.09% from 110); Blue value is 35 (14.06% from 255 or 31.82% from 110); Max value from RGB is 65 - color contains mainly: green. Hex color #0A4123 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A4123 is #F5BEDC. Grayscale: #2D2D2D. Windows color (decimal): -16105181 or 2310410. OLE color: 2310410.
HSL color Cylindrical-coordinate representation of color #0A4123: hue angle of 147.27º 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 #0A4123 is Cyan = 0.85, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 10 | 65 | 35 | - |
| CMYK | 0.85 | 0 | 0.46 | 0.75 |
| HSL | 147.27º | 0.73% | 0.15% | - |
| HSV(B) | 147.27º | 0.85% | 0.25% | - |
| XYZ | 2.32 | 3.97 | 2.23 | - |
| YUV | 45.14 | 122.28 | 102.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 65 | 35 | 0.85 | 0 | 0.46 | 0.75 | 147.27 | 0.73 | 0.15 |
| Hex | A | 41 | 23 | 55 | 0 | 2E | 4B | 93 | 49 | F |
| Octal | 12 | 101 | 43 | 125 | 0 | 56 | 113 | 223 | 111 | 17 |
| Binary | 1010 | 1000001 | 100011 | 1010101 | 0 | 101110 | 1001011 | 10010011 | 1001001 | 1111 |
Color Harmonies of #0A4123
Complementary color
Monochromatic Colors of #0A4123
Black with #0A4123
Text Example
Text Example
White with #0A4123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A4123; }
p { color: rgb(10,65,35); }
H1.HeaderClassName
{
color: #0A4123;
}
.AnyTagClassName
{
color: #0A4123;
}
</style>
background-color css
<style>
a { background-color: #0A4123; }
a { background-color: rgb(10,65,35); }
div.DivClassName
{
background-color: #0A4123;
}
.BgClassName
{
background-color: #0A4123;
}
</style>
border-color css
<style>
span { border-color: #0A4123; }
span { border-color: rgb(10,65,35); }
td.TdClassName
{
border-color: #0A4123;
}
.TagClassName
{
border-color: #0A4123;
}
</style>