Shades of British Racing Green #035012
Tints of British Racing Green #035012
RGB
CMYK
RGB Variations
Color information
#035012 (or 0x035012) is known color: British Racing Green. HEX triplet: 03, 50 and 12. RGB value is (3,80,18). Sum of RGB (Red+Green+Blue) = 3+80+18=101 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.97% from 101); Green value is 80 (31.64% from 255 or 79.21% from 101); Blue value is 18 (7.42% from 255 or 17.82% from 101); Max value from RGB is 80 - color contains mainly: green. Hex color #035012 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #035012 is #FCAFED. Grayscale: #323232. Windows color (decimal): -16560110 or 1200131. OLE color: 1200131.
HSL color Cylindrical-coordinate representation of color #035012: hue angle of 131.69º 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 #035012 is Cyan = 0.96, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 3 | 80 | 18 | - |
| CMYK | 0.96 | 0 | 0.78 | 0.69 |
| HSL | 131.69º | 0.93% | 0.16% | - |
| HSV(B) | 131.69º | 0.96% | 0.31% | - |
| XYZ | 3.02 | 5.8 | 1.53 | - |
| YUV | 49.91 | 109.99 | 94.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 80 | 18 | 0.96 | 0 | 0.78 | 0.69 | 131.69 | 0.93 | 0.16 |
| Hex | 3 | 50 | 12 | 60 | 0 | 4E | 45 | 84 | 5D | 10 |
| Octal | 3 | 120 | 22 | 140 | 0 | 116 | 105 | 204 | 135 | 20 |
| Binary | 11 | 1010000 | 10010 | 1100000 | 0 | 1001110 | 1000101 | 10000100 | 1011101 | 10000 |
Color Harmonies of #035012
Complementary color
Monochromatic Colors of #035012
Black with #035012
Text Example
Text Example
White with #035012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #035012; }
p { color: rgb(3,80,18); }
H1.HeaderClassName
{
color: #035012;
}
.AnyTagClassName
{
color: #035012;
}
</style>
background-color css
<style>
a { background-color: #035012; }
a { background-color: rgb(3,80,18); }
div.DivClassName
{
background-color: #035012;
}
.BgClassName
{
background-color: #035012;
}
</style>
border-color css
<style>
span { border-color: #035012; }
span { border-color: rgb(3,80,18); }
td.TdClassName
{
border-color: #035012;
}
.TagClassName
{
border-color: #035012;
}
</style>