Shades of British Racing Green #0A4528
Tints of British Racing Green #0A4528
RGB
CMYK
RGB Variations
Color information
#0A4528 (or 0x0A4528) is known color: British Racing Green. HEX triplet: 0A, 45 and 28. RGB value is (10,69,40). Sum of RGB (Red+Green+Blue) = 10+69+40=119 (15% of max value = 765). Red value is 10 (4.30% from 255 or 8.40% from 119); Green value is 69 (27.34% from 255 or 57.98% from 119); Blue value is 40 (16.02% from 255 or 33.61% from 119); Max value from RGB is 69 - color contains mainly: green. Hex color #0A4528 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A4528 is #F5BAD7. Grayscale: #303030. Windows color (decimal): -16104152 or 2639114. OLE color: 2639114.
HSL color Cylindrical-coordinate representation of color #0A4528: hue angle of 150.51º 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 #0A4528 is Cyan = 0.86, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 10 | 69 | 40 | - |
| CMYK | 0.86 | 0 | 0.42 | 0.73 |
| HSL | 150.51º | 0.75% | 0.15% | - |
| HSV(B) | 150.51º | 0.86% | 0.27% | - |
| XYZ | 2.64 | 4.47 | 2.73 | - |
| YUV | 48.05 | 123.45 | 100.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 69 | 40 | 0.86 | 0 | 0.42 | 0.73 | 150.51 | 0.75 | 0.15 |
| Hex | A | 45 | 28 | 56 | 0 | 2A | 49 | 97 | 4B | F |
| Octal | 12 | 105 | 50 | 126 | 0 | 52 | 111 | 227 | 113 | 17 |
| Binary | 1010 | 1000101 | 101000 | 1010110 | 0 | 101010 | 1001001 | 10010111 | 1001011 | 1111 |
Color Harmonies of #0A4528
Complementary color
Monochromatic Colors of #0A4528
Black with #0A4528
Text Example
Text Example
White with #0A4528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A4528; }
p { color: rgb(10,69,40); }
H1.HeaderClassName
{
color: #0A4528;
}
.AnyTagClassName
{
color: #0A4528;
}
</style>
background-color css
<style>
a { background-color: #0A4528; }
a { background-color: rgb(10,69,40); }
div.DivClassName
{
background-color: #0A4528;
}
.BgClassName
{
background-color: #0A4528;
}
</style>
border-color css
<style>
span { border-color: #0A4528; }
span { border-color: rgb(10,69,40); }
td.TdClassName
{
border-color: #0A4528;
}
.TagClassName
{
border-color: #0A4528;
}
</style>