Shades of British Racing Green #03512E
Tints of British Racing Green #03512E
RGB
CMYK
RGB Variations
Color information
#03512E (or 0x03512E) is known color: British Racing Green. HEX triplet: 03, 51 and 2E. RGB value is (3,81,46). Sum of RGB (Red+Green+Blue) = 3+81+46=130 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.31% from 130); Green value is 81 (32.03% from 255 or 62.31% from 130); Blue value is 46 (18.36% from 255 or 35.38% from 130); Max value from RGB is 81 - color contains mainly: green. Hex color #03512E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #03512E is #FCAED1. Grayscale: #353535. Windows color (decimal): -16559826 or 3035395. OLE color: 3035395.
HSL color Cylindrical-coordinate representation of color #03512E: hue angle of 153.08º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #03512E is Cyan = 0.96, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 3 | 81 | 46 | - |
| CMYK | 0.96 | 0 | 0.43 | 0.68 |
| HSL | 153.08º | 0.93% | 0.16% | - |
| HSV(B) | 153.08º | 0.96% | 0.32% | - |
| XYZ | 3.47 | 6.1 | 3.58 | - |
| YUV | 53.69 | 123.66 | 91.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 81 | 46 | 0.96 | 0 | 0.43 | 0.68 | 153.08 | 0.93 | 0.16 |
| Hex | 3 | 51 | 2E | 60 | 0 | 2B | 44 | 99 | 5D | 10 |
| Octal | 3 | 121 | 56 | 140 | 0 | 53 | 104 | 231 | 135 | 20 |
| Binary | 11 | 1010001 | 101110 | 1100000 | 0 | 101011 | 1000100 | 10011001 | 1011101 | 10000 |
Color Harmonies of #03512E
Complementary color
Monochromatic Colors of #03512E
Black with #03512E
Text Example
Text Example
White with #03512E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03512E; }
p { color: rgb(3,81,46); }
H1.HeaderClassName
{
color: #03512E;
}
.AnyTagClassName
{
color: #03512E;
}
</style>
background-color css
<style>
a { background-color: #03512E; }
a { background-color: rgb(3,81,46); }
div.DivClassName
{
background-color: #03512E;
}
.BgClassName
{
background-color: #03512E;
}
</style>
border-color css
<style>
span { border-color: #03512E; }
span { border-color: rgb(3,81,46); }
td.TdClassName
{
border-color: #03512E;
}
.TagClassName
{
border-color: #03512E;
}
</style>