Shades of British Racing Green #035128
Tints of British Racing Green #035128
RGB
CMYK
RGB Variations
Color information
#035128 (or 0x035128) is known color: British Racing Green. HEX triplet: 03, 51 and 28. RGB value is (3,81,40). Sum of RGB (Red+Green+Blue) = 3+81+40=124 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.42% from 124); Green value is 81 (32.03% from 255 or 65.32% from 124); Blue value is 40 (16.02% from 255 or 32.26% from 124); Max value from RGB is 81 - color contains mainly: green. Hex color #035128 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #035128 is #FCAED7. Grayscale: #353535. Windows color (decimal): -16559832 or 2642179. OLE color: 2642179.
HSL color Cylindrical-coordinate representation of color #035128: hue angle of 148.46º 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 #035128 is Cyan = 0.96, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 3 | 81 | 40 | - |
| CMYK | 0.96 | 0 | 0.51 | 0.68 |
| HSL | 148.46º | 0.93% | 0.16% | - |
| HSV(B) | 148.46º | 0.96% | 0.32% | - |
| XYZ | 3.36 | 6.06 | 3 | - |
| YUV | 53 | 120.66 | 92.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 81 | 40 | 0.96 | 0 | 0.51 | 0.68 | 148.46 | 0.93 | 0.16 |
| Hex | 3 | 51 | 28 | 60 | 0 | 33 | 44 | 94 | 5D | 10 |
| Octal | 3 | 121 | 50 | 140 | 0 | 63 | 104 | 224 | 135 | 20 |
| Binary | 11 | 1010001 | 101000 | 1100000 | 0 | 110011 | 1000100 | 10010100 | 1011101 | 10000 |
Color Harmonies of #035128
Complementary color
Monochromatic Colors of #035128
Black with #035128
Text Example
Text Example
White with #035128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #035128; }
p { color: rgb(3,81,40); }
H1.HeaderClassName
{
color: #035128;
}
.AnyTagClassName
{
color: #035128;
}
</style>
background-color css
<style>
a { background-color: #035128; }
a { background-color: rgb(3,81,40); }
div.DivClassName
{
background-color: #035128;
}
.BgClassName
{
background-color: #035128;
}
</style>
border-color css
<style>
span { border-color: #035128; }
span { border-color: rgb(3,81,40); }
td.TdClassName
{
border-color: #035128;
}
.TagClassName
{
border-color: #035128;
}
</style>