Shades of British Racing Green #035019
Tints of British Racing Green #035019
RGB
CMYK
RGB Variations
Color information
#035019 (or 0x035019) is known color: British Racing Green. HEX triplet: 03, 50 and 19. RGB value is (3,80,25). Sum of RGB (Red+Green+Blue) = 3+80+25=108 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.78% from 108); Green value is 80 (31.64% from 255 or 74.07% from 108); Blue value is 25 (10.16% from 255 or 23.15% from 108); Max value from RGB is 80 - color contains mainly: green. Hex color #035019 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #035019 is #FCAFE6. Grayscale: #323232. Windows color (decimal): -16560103 or 1658883. OLE color: 1658883.
HSL color Cylindrical-coordinate representation of color #035019: hue angle of 137.14º 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 #035019 is Cyan = 0.96, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 3 | 80 | 25 | - |
| CMYK | 0.96 | 0 | 0.69 | 0.69 |
| HSL | 137.14º | 0.93% | 0.16% | - |
| HSV(B) | 137.14º | 0.96% | 0.31% | - |
| XYZ | 3.08 | 5.83 | 1.88 | - |
| YUV | 50.71 | 113.49 | 93.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 80 | 25 | 0.96 | 0 | 0.69 | 0.69 | 137.14 | 0.93 | 0.16 |
| Hex | 3 | 50 | 19 | 60 | 0 | 45 | 45 | 89 | 5D | 10 |
| Octal | 3 | 120 | 31 | 140 | 0 | 105 | 105 | 211 | 135 | 20 |
| Binary | 11 | 1010000 | 11001 | 1100000 | 0 | 1000101 | 1000101 | 10001001 | 1011101 | 10000 |
Color Harmonies of #035019
Complementary color
Monochromatic Colors of #035019
Black with #035019
Text Example
Text Example
White with #035019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #035019; }
p { color: rgb(3,80,25); }
H1.HeaderClassName
{
color: #035019;
}
.AnyTagClassName
{
color: #035019;
}
</style>
background-color css
<style>
a { background-color: #035019; }
a { background-color: rgb(3,80,25); }
div.DivClassName
{
background-color: #035019;
}
.BgClassName
{
background-color: #035019;
}
</style>
border-color css
<style>
span { border-color: #035019; }
span { border-color: rgb(3,80,25); }
td.TdClassName
{
border-color: #035019;
}
.TagClassName
{
border-color: #035019;
}
</style>