Shades of British Racing Green #035220
Tints of British Racing Green #035220
RGB
CMYK
RGB Variations
Color information
#035220 (or 0x035220) is known color: British Racing Green. HEX triplet: 03, 52 and 20. RGB value is (3,82,32). Sum of RGB (Red+Green+Blue) = 3+82+32=117 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.56% from 117); Green value is 82 (32.42% from 255 or 70.09% from 117); Blue value is 32 (12.89% from 255 or 27.35% from 117); Max value from RGB is 82 - color contains mainly: green. Hex color #035220 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #035220 is #FCADDF. Grayscale: #343434. Windows color (decimal): -16559584 or 2118147. OLE color: 2118147.
HSL color Cylindrical-coordinate representation of color #035220: hue angle of 142.03º 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 #035220 is Cyan = 0.96, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 3 | 82 | 32 | - |
| CMYK | 0.96 | 0 | 0.61 | 0.68 |
| HSL | 142.03º | 0.93% | 0.17% | - |
| HSV(B) | 142.03º | 0.96% | 0.32% | - |
| XYZ | 3.32 | 6.16 | 2.38 | - |
| YUV | 52.68 | 116.33 | 92.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 82 | 32 | 0.96 | 0 | 0.61 | 0.68 | 142.03 | 0.93 | 0.17 |
| Hex | 3 | 52 | 20 | 60 | 0 | 3D | 44 | 8E | 5D | 11 |
| Octal | 3 | 122 | 40 | 140 | 0 | 75 | 104 | 216 | 135 | 21 |
| Binary | 11 | 1010010 | 100000 | 1100000 | 0 | 111101 | 1000100 | 10001110 | 1011101 | 10001 |
Color Harmonies of #035220
Complementary color
Monochromatic Colors of #035220
Black with #035220
Text Example
Text Example
White with #035220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #035220; }
p { color: rgb(3,82,32); }
H1.HeaderClassName
{
color: #035220;
}
.AnyTagClassName
{
color: #035220;
}
</style>
background-color css
<style>
a { background-color: #035220; }
a { background-color: rgb(3,82,32); }
div.DivClassName
{
background-color: #035220;
}
.BgClassName
{
background-color: #035220;
}
</style>
border-color css
<style>
span { border-color: #035220; }
span { border-color: rgb(3,82,32); }
td.TdClassName
{
border-color: #035220;
}
.TagClassName
{
border-color: #035220;
}
</style>