Shades of British Racing Green #035018
Tints of British Racing Green #035018
RGB
CMYK
RGB Variations
Color information
#035018 (or 0x035018) is known color: British Racing Green. HEX triplet: 03, 50 and 18. RGB value is (3,80,24). Sum of RGB (Red+Green+Blue) = 3+80+24=107 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.80% from 107); Green value is 80 (31.64% from 255 or 74.77% from 107); Blue value is 24 (9.77% from 255 or 22.43% from 107); Max value from RGB is 80 - color contains mainly: green. Hex color #035018 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #035018 is #FCAFE7. Grayscale: #323232. Windows color (decimal): -16560104 or 1593347. OLE color: 1593347.
HSL color Cylindrical-coordinate representation of color #035018: hue angle of 136.36º 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 #035018 is Cyan = 0.96, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 3 | 80 | 24 | - |
| CMYK | 0.96 | 0 | 0.70 | 0.69 |
| HSL | 136.36º | 0.93% | 0.16% | - |
| HSV(B) | 136.36º | 0.96% | 0.31% | - |
| XYZ | 3.07 | 5.82 | 1.83 | - |
| YUV | 50.59 | 112.99 | 94.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 80 | 24 | 0.96 | 0 | 0.70 | 0.69 | 136.36 | 0.93 | 0.16 |
| Hex | 3 | 50 | 18 | 60 | 0 | 46 | 45 | 88 | 5D | 10 |
| Octal | 3 | 120 | 30 | 140 | 0 | 106 | 105 | 210 | 135 | 20 |
| Binary | 11 | 1010000 | 11000 | 1100000 | 0 | 1000110 | 1000101 | 10001000 | 1011101 | 10000 |
Color Harmonies of #035018
Complementary color
Monochromatic Colors of #035018
Black with #035018
Text Example
Text Example
White with #035018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #035018; }
p { color: rgb(3,80,24); }
H1.HeaderClassName
{
color: #035018;
}
.AnyTagClassName
{
color: #035018;
}
</style>
background-color css
<style>
a { background-color: #035018; }
a { background-color: rgb(3,80,24); }
div.DivClassName
{
background-color: #035018;
}
.BgClassName
{
background-color: #035018;
}
</style>
border-color css
<style>
span { border-color: #035018; }
span { border-color: rgb(3,80,24); }
td.TdClassName
{
border-color: #035018;
}
.TagClassName
{
border-color: #035018;
}
</style>