Shades of British Racing Green #035232
Tints of British Racing Green #035232
RGB
CMYK
RGB Variations
Color information
#035232 (or 0x035232) is known color: British Racing Green. HEX triplet: 03, 52 and 32. RGB value is (3,82,50). Sum of RGB (Red+Green+Blue) = 3+82+50=135 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.22% from 135); Green value is 82 (32.42% from 255 or 60.74% from 135); Blue value is 50 (19.92% from 255 or 37.04% from 135); Max value from RGB is 82 - color contains mainly: green. Hex color #035232 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #035232 is #FCADCD. Grayscale: #363636. Windows color (decimal): -16559566 or 3297795. OLE color: 3297795.
HSL color Cylindrical-coordinate representation of color #035232: hue angle of 155.7º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #035232 is Cyan = 0.96, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 3 | 82 | 50 | - |
| CMYK | 0.96 | 0 | 0.39 | 0.68 |
| HSL | 155.7º | 0.93% | 0.17% | - |
| HSV(B) | 155.7º | 0.96% | 0.32% | - |
| XYZ | 3.63 | 6.28 | 4.04 | - |
| YUV | 54.73 | 125.33 | 91.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 82 | 50 | 0.96 | 0 | 0.39 | 0.68 | 155.7 | 0.93 | 0.17 |
| Hex | 3 | 52 | 32 | 60 | 0 | 27 | 44 | 9C | 5D | 11 |
| Octal | 3 | 122 | 62 | 140 | 0 | 47 | 104 | 234 | 135 | 21 |
| Binary | 11 | 1010010 | 110010 | 1100000 | 0 | 100111 | 1000100 | 10011100 | 1011101 | 10001 |
Color Harmonies of #035232
Complementary color
Monochromatic Colors of #035232
Black with #035232
Text Example
Text Example
White with #035232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #035232; }
p { color: rgb(3,82,50); }
H1.HeaderClassName
{
color: #035232;
}
.AnyTagClassName
{
color: #035232;
}
</style>
background-color css
<style>
a { background-color: #035232; }
a { background-color: rgb(3,82,50); }
div.DivClassName
{
background-color: #035232;
}
.BgClassName
{
background-color: #035232;
}
</style>
border-color css
<style>
span { border-color: #035232; }
span { border-color: rgb(3,82,50); }
td.TdClassName
{
border-color: #035232;
}
.TagClassName
{
border-color: #035232;
}
</style>