Shades of British Racing Green #03512C
Tints of British Racing Green #03512C
RGB
CMYK
RGB Variations
Color information
#03512C (or 0x03512C) is known color: British Racing Green. HEX triplet: 03, 51 and 2C. RGB value is (3,81,44). Sum of RGB (Red+Green+Blue) = 3+81+44=128 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.34% from 128); Green value is 81 (32.03% from 255 or 63.28% from 128); Blue value is 44 (17.58% from 255 or 34.38% from 128); Max value from RGB is 81 - color contains mainly: green. Hex color #03512C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #03512C is #FCAED3. Grayscale: #353535. Windows color (decimal): -16559828 or 2904323. OLE color: 2904323.
HSL color Cylindrical-coordinate representation of color #03512C: hue angle of 151.54º 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 #03512C is Cyan = 0.96, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 3 | 81 | 44 | - |
| CMYK | 0.96 | 0 | 0.46 | 0.68 |
| HSL | 151.54º | 0.93% | 0.16% | - |
| HSV(B) | 151.54º | 0.96% | 0.32% | - |
| XYZ | 3.43 | 6.09 | 3.38 | - |
| YUV | 53.46 | 122.66 | 92.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 81 | 44 | 0.96 | 0 | 0.46 | 0.68 | 151.54 | 0.93 | 0.16 |
| Hex | 3 | 51 | 2C | 60 | 0 | 2E | 44 | 98 | 5D | 10 |
| Octal | 3 | 121 | 54 | 140 | 0 | 56 | 104 | 230 | 135 | 20 |
| Binary | 11 | 1010001 | 101100 | 1100000 | 0 | 101110 | 1000100 | 10011000 | 1011101 | 10000 |
Color Harmonies of #03512C
Complementary color
Monochromatic Colors of #03512C
Black with #03512C
Text Example
Text Example
White with #03512C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03512C; }
p { color: rgb(3,81,44); }
H1.HeaderClassName
{
color: #03512C;
}
.AnyTagClassName
{
color: #03512C;
}
</style>
background-color css
<style>
a { background-color: #03512C; }
a { background-color: rgb(3,81,44); }
div.DivClassName
{
background-color: #03512C;
}
.BgClassName
{
background-color: #03512C;
}
</style>
border-color css
<style>
span { border-color: #03512C; }
span { border-color: rgb(3,81,44); }
td.TdClassName
{
border-color: #03512C;
}
.TagClassName
{
border-color: #03512C;
}
</style>