Shades of British Racing Green #03512D
Tints of British Racing Green #03512D
RGB
CMYK
RGB Variations
Color information
#03512D (or 0x03512D) is known color: British Racing Green. HEX triplet: 03, 51 and 2D. RGB value is (3,81,45). Sum of RGB (Red+Green+Blue) = 3+81+45=129 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.33% from 129); Green value is 81 (32.03% from 255 or 62.79% from 129); Blue value is 45 (17.97% from 255 or 34.88% from 129); Max value from RGB is 81 - color contains mainly: green. Hex color #03512D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #03512D is #FCAED2. Grayscale: #353535. Windows color (decimal): -16559827 or 2969859. OLE color: 2969859.
HSL color Cylindrical-coordinate representation of color #03512D: hue angle of 152.31º 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 #03512D is Cyan = 0.96, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 3 | 81 | 45 | - |
| CMYK | 0.96 | 0 | 0.44 | 0.68 |
| HSL | 152.31º | 0.93% | 0.16% | - |
| HSV(B) | 152.31º | 0.96% | 0.32% | - |
| XYZ | 3.45 | 6.09 | 3.48 | - |
| YUV | 53.57 | 123.16 | 91.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 81 | 45 | 0.96 | 0 | 0.44 | 0.68 | 152.31 | 0.93 | 0.16 |
| Hex | 3 | 51 | 2D | 60 | 0 | 2C | 44 | 98 | 5D | 10 |
| Octal | 3 | 121 | 55 | 140 | 0 | 54 | 104 | 230 | 135 | 20 |
| Binary | 11 | 1010001 | 101101 | 1100000 | 0 | 101100 | 1000100 | 10011000 | 1011101 | 10000 |
Color Harmonies of #03512D
Complementary color
Monochromatic Colors of #03512D
Black with #03512D
Text Example
Text Example
White with #03512D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03512D; }
p { color: rgb(3,81,45); }
H1.HeaderClassName
{
color: #03512D;
}
.AnyTagClassName
{
color: #03512D;
}
</style>
background-color css
<style>
a { background-color: #03512D; }
a { background-color: rgb(3,81,45); }
div.DivClassName
{
background-color: #03512D;
}
.BgClassName
{
background-color: #03512D;
}
</style>
border-color css
<style>
span { border-color: #03512D; }
span { border-color: rgb(3,81,45); }
td.TdClassName
{
border-color: #03512D;
}
.TagClassName
{
border-color: #03512D;
}
</style>