Shades of British Racing Green #03502B
Tints of British Racing Green #03502B
RGB
CMYK
RGB Variations
Color information
#03502B (or 0x03502B) is known color: British Racing Green. HEX triplet: 03, 50 and 2B. RGB value is (3,80,43). Sum of RGB (Red+Green+Blue) = 3+80+43=126 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.38% from 126); Green value is 80 (31.64% from 255 or 63.49% from 126); Blue value is 43 (17.19% from 255 or 34.13% from 126); Max value from RGB is 80 - color contains mainly: green. Hex color #03502B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #03502B is #FCAFD4. Grayscale: #343434. Windows color (decimal): -16560085 or 2838531. OLE color: 2838531.
HSL color Cylindrical-coordinate representation of color #03502B: hue angle of 151.17º 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 #03502B is Cyan = 0.96, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 3 | 80 | 43 | - |
| CMYK | 0.96 | 0 | 0.46 | 0.69 |
| HSL | 151.17º | 0.93% | 0.16% | - |
| HSV(B) | 151.17º | 0.96% | 0.31% | - |
| XYZ | 3.34 | 5.93 | 3.25 | - |
| YUV | 52.76 | 122.49 | 92.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 80 | 43 | 0.96 | 0 | 0.46 | 0.69 | 151.17 | 0.93 | 0.16 |
| Hex | 3 | 50 | 2B | 60 | 0 | 2E | 45 | 97 | 5D | 10 |
| Octal | 3 | 120 | 53 | 140 | 0 | 56 | 105 | 227 | 135 | 20 |
| Binary | 11 | 1010000 | 101011 | 1100000 | 0 | 101110 | 1000101 | 10010111 | 1011101 | 10000 |
Color Harmonies of #03502B
Complementary color
Monochromatic Colors of #03502B
Black with #03502B
Text Example
Text Example
White with #03502B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03502B; }
p { color: rgb(3,80,43); }
H1.HeaderClassName
{
color: #03502B;
}
.AnyTagClassName
{
color: #03502B;
}
</style>
background-color css
<style>
a { background-color: #03502B; }
a { background-color: rgb(3,80,43); }
div.DivClassName
{
background-color: #03502B;
}
.BgClassName
{
background-color: #03502B;
}
</style>
border-color css
<style>
span { border-color: #03502B; }
span { border-color: rgb(3,80,43); }
td.TdClassName
{
border-color: #03502B;
}
.TagClassName
{
border-color: #03502B;
}
</style>