Shades of British Racing Green #035113
Tints of British Racing Green #035113
RGB
CMYK
RGB Variations
Color information
#035113 (or 0x035113) is known color: British Racing Green. HEX triplet: 03, 51 and 13. RGB value is (3,81,19). Sum of RGB (Red+Green+Blue) = 3+81+19=103 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.91% from 103); Green value is 81 (32.03% from 255 or 78.64% from 103); Blue value is 19 (7.81% from 255 or 18.45% from 103); Max value from RGB is 81 - color contains mainly: green. Hex color #035113 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #035113 is #FCAEEC. Grayscale: #323232. Windows color (decimal): -16559853 or 1265923. OLE color: 1265923.
HSL color Cylindrical-coordinate representation of color #035113: hue angle of 132.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 #035113 is Cyan = 0.96, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 3 | 81 | 19 | - |
| CMYK | 0.96 | 0 | 0.77 | 0.68 |
| HSL | 132.31º | 0.93% | 0.16% | - |
| HSV(B) | 132.31º | 0.96% | 0.32% | - |
| XYZ | 3.1 | 5.95 | 1.6 | - |
| YUV | 50.61 | 110.16 | 94.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 81 | 19 | 0.96 | 0 | 0.77 | 0.68 | 132.31 | 0.93 | 0.16 |
| Hex | 3 | 51 | 13 | 60 | 0 | 4D | 44 | 84 | 5D | 10 |
| Octal | 3 | 121 | 23 | 140 | 0 | 115 | 104 | 204 | 135 | 20 |
| Binary | 11 | 1010001 | 10011 | 1100000 | 0 | 1001101 | 1000100 | 10000100 | 1011101 | 10000 |
Color Harmonies of #035113
Complementary color
Monochromatic Colors of #035113
Black with #035113
Text Example
Text Example
White with #035113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #035113; }
p { color: rgb(3,81,19); }
H1.HeaderClassName
{
color: #035113;
}
.AnyTagClassName
{
color: #035113;
}
</style>
background-color css
<style>
a { background-color: #035113; }
a { background-color: rgb(3,81,19); }
div.DivClassName
{
background-color: #035113;
}
.BgClassName
{
background-color: #035113;
}
</style>
border-color css
<style>
span { border-color: #035113; }
span { border-color: rgb(3,81,19); }
td.TdClassName
{
border-color: #035113;
}
.TagClassName
{
border-color: #035113;
}
</style>