Shades of British Racing Green #035311
Tints of British Racing Green #035311
RGB
CMYK
RGB Variations
Color information
#035311 (or 0x035311) is known color: British Racing Green. HEX triplet: 03, 53 and 11. RGB value is (3,83,17). Sum of RGB (Red+Green+Blue) = 3+83+17=103 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.91% from 103); Green value is 83 (32.81% from 255 or 80.58% from 103); Blue value is 17 (7.03% from 255 or 16.50% from 103); Max value from RGB is 83 - color contains mainly: green. Hex color #035311 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #035311 is #FCACEE. Grayscale: #333333. Windows color (decimal): -16559343 or 1135363. OLE color: 1135363.
HSL color Cylindrical-coordinate representation of color #035311: hue angle of 130.5º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #035311 is Cyan = 0.96, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 3 | 83 | 17 | - |
| CMYK | 0.96 | 0 | 0.80 | 0.67 |
| HSL | 130.5º | 0.93% | 0.17% | - |
| HSV(B) | 130.5º | 0.96% | 0.33% | - |
| XYZ | 3.23 | 6.25 | 1.57 | - |
| YUV | 51.56 | 108.5 | 93.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 83 | 17 | 0.96 | 0 | 0.80 | 0.67 | 130.5 | 0.93 | 0.17 |
| Hex | 3 | 53 | 11 | 60 | 0 | 50 | 43 | 82 | 5D | 11 |
| Octal | 3 | 123 | 21 | 140 | 0 | 120 | 103 | 202 | 135 | 21 |
| Binary | 11 | 1010011 | 10001 | 1100000 | 0 | 1010000 | 1000011 | 10000010 | 1011101 | 10001 |
Color Harmonies of #035311
Complementary color
Monochromatic Colors of #035311
Black with #035311
Text Example
Text Example
White with #035311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #035311; }
p { color: rgb(3,83,17); }
H1.HeaderClassName
{
color: #035311;
}
.AnyTagClassName
{
color: #035311;
}
</style>
background-color css
<style>
a { background-color: #035311; }
a { background-color: rgb(3,83,17); }
div.DivClassName
{
background-color: #035311;
}
.BgClassName
{
background-color: #035311;
}
</style>
border-color css
<style>
span { border-color: #035311; }
span { border-color: rgb(3,83,17); }
td.TdClassName
{
border-color: #035311;
}
.TagClassName
{
border-color: #035311;
}
</style>