Shades of British Racing Green #0A452E
Tints of British Racing Green #0A452E
RGB
CMYK
RGB Variations
Color information
#0A452E (or 0x0A452E) is known color: British Racing Green. HEX triplet: 0A, 45 and 2E. RGB value is (10,69,46). Sum of RGB (Red+Green+Blue) = 10+69+46=125 (16% of max value = 765). Red value is 10 (4.30% from 255 or 8% from 125); Green value is 69 (27.34% from 255 or 55.2% from 125); Blue value is 46 (18.36% from 255 or 36.8% from 125); Max value from RGB is 69 - color contains mainly: green. Hex color #0A452E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A452E is #F5BAD1. Grayscale: #303030. Windows color (decimal): -16104146 or 3032330. OLE color: 3032330.
HSL color Cylindrical-coordinate representation of color #0A452E: hue angle of 156.61º degrees, saturation: 0.75, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0A452E is Cyan = 0.86, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 10 | 69 | 46 | - |
| CMYK | 0.86 | 0 | 0.33 | 0.73 |
| HSL | 156.61º | 0.75% | 0.15% | - |
| HSV(B) | 156.61º | 0.86% | 0.27% | - |
| XYZ | 2.75 | 4.52 | 3.31 | - |
| YUV | 48.74 | 126.45 | 100.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 69 | 46 | 0.86 | 0 | 0.33 | 0.73 | 156.61 | 0.75 | 0.15 |
| Hex | A | 45 | 2E | 56 | 0 | 21 | 49 | 9D | 4B | F |
| Octal | 12 | 105 | 56 | 126 | 0 | 41 | 111 | 235 | 113 | 17 |
| Binary | 1010 | 1000101 | 101110 | 1010110 | 0 | 100001 | 1001001 | 10011101 | 1001011 | 1111 |
Color Harmonies of #0A452E
Complementary color
Monochromatic Colors of #0A452E
Black with #0A452E
Text Example
Text Example
White with #0A452E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A452E; }
p { color: rgb(10,69,46); }
H1.HeaderClassName
{
color: #0A452E;
}
.AnyTagClassName
{
color: #0A452E;
}
</style>
background-color css
<style>
a { background-color: #0A452E; }
a { background-color: rgb(10,69,46); }
div.DivClassName
{
background-color: #0A452E;
}
.BgClassName
{
background-color: #0A452E;
}
</style>
border-color css
<style>
span { border-color: #0A452E; }
span { border-color: rgb(10,69,46); }
td.TdClassName
{
border-color: #0A452E;
}
.TagClassName
{
border-color: #0A452E;
}
</style>