Shades of British Racing Green #035321
Tints of British Racing Green #035321
RGB
CMYK
RGB Variations
Color information
#035321 (or 0x035321) is known color: British Racing Green. HEX triplet: 03, 53 and 21. RGB value is (3,83,33). Sum of RGB (Red+Green+Blue) = 3+83+33=119 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.52% from 119); Green value is 83 (32.81% from 255 or 69.75% from 119); Blue value is 33 (13.28% from 255 or 27.73% from 119); Max value from RGB is 83 - color contains mainly: green. Hex color #035321 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #035321 is #FCACDE. Grayscale: #353535. Windows color (decimal): -16559327 or 2183939. OLE color: 2183939.
HSL color Cylindrical-coordinate representation of color #035321: hue angle of 142.5º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #035321 is Cyan = 0.96, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 3 | 83 | 33 | - |
| CMYK | 0.96 | 0 | 0.60 | 0.67 |
| HSL | 142.5º | 0.93% | 0.17% | - |
| HSV(B) | 142.5º | 0.96% | 0.33% | - |
| XYZ | 3.41 | 6.32 | 2.48 | - |
| YUV | 53.38 | 116.5 | 92.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 83 | 33 | 0.96 | 0 | 0.60 | 0.67 | 142.5 | 0.93 | 0.17 |
| Hex | 3 | 53 | 21 | 60 | 0 | 3C | 43 | 8E | 5D | 11 |
| Octal | 3 | 123 | 41 | 140 | 0 | 74 | 103 | 216 | 135 | 21 |
| Binary | 11 | 1010011 | 100001 | 1100000 | 0 | 111100 | 1000011 | 10001110 | 1011101 | 10001 |
Color Harmonies of #035321
Complementary color
Monochromatic Colors of #035321
Black with #035321
Text Example
Text Example
White with #035321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #035321; }
p { color: rgb(3,83,33); }
H1.HeaderClassName
{
color: #035321;
}
.AnyTagClassName
{
color: #035321;
}
</style>
background-color css
<style>
a { background-color: #035321; }
a { background-color: rgb(3,83,33); }
div.DivClassName
{
background-color: #035321;
}
.BgClassName
{
background-color: #035321;
}
</style>
border-color css
<style>
span { border-color: #035321; }
span { border-color: rgb(3,83,33); }
td.TdClassName
{
border-color: #035321;
}
.TagClassName
{
border-color: #035321;
}
</style>