Shades of British Racing Green #035032
Tints of British Racing Green #035032
RGB
CMYK
RGB Variations
Color information
#035032 (or 0x035032) is known color: British Racing Green. HEX triplet: 03, 50 and 32. RGB value is (3,80,50). Sum of RGB (Red+Green+Blue) = 3+80+50=133 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.26% from 133); Green value is 80 (31.64% from 255 or 60.15% from 133); Blue value is 50 (19.92% from 255 or 37.59% from 133); Max value from RGB is 80 - color contains mainly: green. Hex color #035032 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #035032 is #FCAFCD. Grayscale: #353535. Windows color (decimal): -16560078 or 3297283. OLE color: 3297283.
HSL color Cylindrical-coordinate representation of color #035032: hue angle of 156.62º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #035032 is Cyan = 0.96, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 3 | 80 | 50 | - |
| CMYK | 0.96 | 0 | 0.37 | 0.69 |
| HSL | 156.62º | 0.93% | 0.16% | - |
| HSV(B) | 156.62º | 0.96% | 0.31% | - |
| XYZ | 3.48 | 5.99 | 3.99 | - |
| YUV | 53.56 | 125.99 | 91.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 80 | 50 | 0.96 | 0 | 0.37 | 0.69 | 156.62 | 0.93 | 0.16 |
| Hex | 3 | 50 | 32 | 60 | 0 | 25 | 45 | 9D | 5D | 10 |
| Octal | 3 | 120 | 62 | 140 | 0 | 45 | 105 | 235 | 135 | 20 |
| Binary | 11 | 1010000 | 110010 | 1100000 | 0 | 100101 | 1000101 | 10011101 | 1011101 | 10000 |
Color Harmonies of #035032
Complementary color
Monochromatic Colors of #035032
Black with #035032
Text Example
Text Example
White with #035032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #035032; }
p { color: rgb(3,80,50); }
H1.HeaderClassName
{
color: #035032;
}
.AnyTagClassName
{
color: #035032;
}
</style>
background-color css
<style>
a { background-color: #035032; }
a { background-color: rgb(3,80,50); }
div.DivClassName
{
background-color: #035032;
}
.BgClassName
{
background-color: #035032;
}
</style>
border-color css
<style>
span { border-color: #035032; }
span { border-color: rgb(3,80,50); }
td.TdClassName
{
border-color: #035032;
}
.TagClassName
{
border-color: #035032;
}
</style>