Shades of British Racing Green #03511F
Tints of British Racing Green #03511F
RGB
CMYK
RGB Variations
Color information
#03511F (or 0x03511F) is known color: British Racing Green. HEX triplet: 03, 51 and 1F. RGB value is (3,81,31). Sum of RGB (Red+Green+Blue) = 3+81+31=115 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.61% from 115); Green value is 81 (32.03% from 255 or 70.43% from 115); Blue value is 31 (12.5% from 255 or 26.96% from 115); Max value from RGB is 81 - color contains mainly: green. Hex color #03511F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #03511F is #FCAEE0. Grayscale: #343434. Windows color (decimal): -16559841 or 2052355. OLE color: 2052355.
HSL color Cylindrical-coordinate representation of color #03511F: hue angle of 141.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 #03511F is Cyan = 0.96, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 3 | 81 | 31 | - |
| CMYK | 0.96 | 0 | 0.62 | 0.68 |
| HSL | 141.54º | 0.93% | 0.16% | - |
| HSV(B) | 141.54º | 0.96% | 0.32% | - |
| XYZ | 3.23 | 6 | 2.28 | - |
| YUV | 51.98 | 116.16 | 93.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 81 | 31 | 0.96 | 0 | 0.62 | 0.68 | 141.54 | 0.93 | 0.16 |
| Hex | 3 | 51 | 1F | 60 | 0 | 3E | 44 | 8E | 5D | 10 |
| Octal | 3 | 121 | 37 | 140 | 0 | 76 | 104 | 216 | 135 | 20 |
| Binary | 11 | 1010001 | 11111 | 1100000 | 0 | 111110 | 1000100 | 10001110 | 1011101 | 10000 |
Color Harmonies of #03511F
Complementary color
Monochromatic Colors of #03511F
Black with #03511F
Text Example
Text Example
White with #03511F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03511F; }
p { color: rgb(3,81,31); }
H1.HeaderClassName
{
color: #03511F;
}
.AnyTagClassName
{
color: #03511F;
}
</style>
background-color css
<style>
a { background-color: #03511F; }
a { background-color: rgb(3,81,31); }
div.DivClassName
{
background-color: #03511F;
}
.BgClassName
{
background-color: #03511F;
}
</style>
border-color css
<style>
span { border-color: #03511F; }
span { border-color: rgb(3,81,31); }
td.TdClassName
{
border-color: #03511F;
}
.TagClassName
{
border-color: #03511F;
}
</style>