Shades of British Racing Green #005321
Tints of British Racing Green #005321
RGB
CMYK
RGB Variations
Color information
#005321 (or 0x005321) is known color: British Racing Green. HEX triplet: 00, 53 and 21. RGB value is (0,83,33). Sum of RGB (Red+Green+Blue) = 0+83+33=116 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 116); Green value is 83 (32.81% from 255 or 71.55% from 116); Blue value is 33 (13.28% from 255 or 28.45% from 116); Max value from RGB is 83 - color contains mainly: green. Hex color #005321 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #005321 is #FFACDE. Grayscale: #343434. Windows color (decimal): -16755935 or 2183936. OLE color: 2183936.
HSL color Cylindrical-coordinate representation of color #005321: hue angle of 143.86º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005321 is Cyan = 1, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 0 | 83 | 33 | - |
| CMYK | 1 | 0 | 0.60 | 0.67 |
| HSL | 143.86º | 1% | 0.16% | - |
| HSV(B) | 143.86º | 1% | 0.33% | - |
| XYZ | 3.37 | 6.3 | 2.48 | - |
| YUV | 52.48 | 117 | 90.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 83 | 33 | 1 | 0 | 0.60 | 0.67 | 143.86 | 1 | 0.16 |
| Hex | 0 | 53 | 21 | 64 | 0 | 3C | 43 | 90 | 64 | 10 |
| Octal | 0 | 123 | 41 | 144 | 0 | 74 | 103 | 220 | 144 | 20 |
| Binary | 0 | 1010011 | 100001 | 1100100 | 0 | 111100 | 1000011 | 10010000 | 1100100 | 10000 |
Color Harmonies of #005321
Complementary color
Monochromatic Colors of #005321
Black with #005321
Text Example
Text Example
White with #005321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005321; }
p { color: rgb(0,83,33); }
H1.HeaderClassName
{
color: #005321;
}
.AnyTagClassName
{
color: #005321;
}
</style>
background-color css
<style>
a { background-color: #005321; }
a { background-color: rgb(0,83,33); }
div.DivClassName
{
background-color: #005321;
}
.BgClassName
{
background-color: #005321;
}
</style>
border-color css
<style>
span { border-color: #005321; }
span { border-color: rgb(0,83,33); }
td.TdClassName
{
border-color: #005321;
}
.TagClassName
{
border-color: #005321;
}
</style>