Shades of British Racing Green #035129
Tints of British Racing Green #035129
RGB
CMYK
RGB Variations
Color information
#035129 (or 0x035129) is known color: British Racing Green. HEX triplet: 03, 51 and 29. RGB value is (3,81,41). Sum of RGB (Red+Green+Blue) = 3+81+41=125 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.4% from 125); Green value is 81 (32.03% from 255 or 64.8% from 125); Blue value is 41 (16.41% from 255 or 32.8% from 125); Max value from RGB is 81 - color contains mainly: green. Hex color #035129 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #035129 is #FCAED6. Grayscale: #353535. Windows color (decimal): -16559831 or 2707715. OLE color: 2707715.
HSL color Cylindrical-coordinate representation of color #035129: hue angle of 149.23º 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 #035129 is Cyan = 0.96, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 3 | 81 | 41 | - |
| CMYK | 0.96 | 0 | 0.49 | 0.68 |
| HSL | 149.23º | 0.93% | 0.16% | - |
| HSV(B) | 149.23º | 0.96% | 0.32% | - |
| XYZ | 3.38 | 6.06 | 3.09 | - |
| YUV | 53.12 | 121.16 | 92.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 81 | 41 | 0.96 | 0 | 0.49 | 0.68 | 149.23 | 0.93 | 0.16 |
| Hex | 3 | 51 | 29 | 60 | 0 | 31 | 44 | 95 | 5D | 10 |
| Octal | 3 | 121 | 51 | 140 | 0 | 61 | 104 | 225 | 135 | 20 |
| Binary | 11 | 1010001 | 101001 | 1100000 | 0 | 110001 | 1000100 | 10010101 | 1011101 | 10000 |
Color Harmonies of #035129
Complementary color
Monochromatic Colors of #035129
Black with #035129
Text Example
Text Example
White with #035129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #035129; }
p { color: rgb(3,81,41); }
H1.HeaderClassName
{
color: #035129;
}
.AnyTagClassName
{
color: #035129;
}
</style>
background-color css
<style>
a { background-color: #035129; }
a { background-color: rgb(3,81,41); }
div.DivClassName
{
background-color: #035129;
}
.BgClassName
{
background-color: #035129;
}
</style>
border-color css
<style>
span { border-color: #035129; }
span { border-color: rgb(3,81,41); }
td.TdClassName
{
border-color: #035129;
}
.TagClassName
{
border-color: #035129;
}
</style>