Shades of British Racing Green #005328
Tints of British Racing Green #005328
RGB
CMYK
RGB Variations
Color information
#005328 (or 0x005328) is known color: British Racing Green. HEX triplet: 00, 53 and 28. RGB value is (0,83,40). Sum of RGB (Red+Green+Blue) = 0+83+40=123 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 123); Green value is 83 (32.81% from 255 or 67.48% from 123); Blue value is 40 (16.02% from 255 or 32.52% from 123); Max value from RGB is 83 - color contains mainly: green. Hex color #005328 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #005328 is #FFACD7. Grayscale: #353535. Windows color (decimal): -16755928 or 2642688. OLE color: 2642688.
HSL color Cylindrical-coordinate representation of color #005328: hue angle of 148.92º 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 #005328 is Cyan = 1, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 0 | 83 | 40 | - |
| CMYK | 1 | 0 | 0.52 | 0.67 |
| HSL | 148.92º | 1% | 0.16% | - |
| HSV(B) | 148.92º | 1% | 0.33% | - |
| XYZ | 3.48 | 6.34 | 3.05 | - |
| YUV | 53.28 | 120.5 | 90 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 83 | 40 | 1 | 0 | 0.52 | 0.67 | 148.92 | 1 | 0.16 |
| Hex | 0 | 53 | 28 | 64 | 0 | 34 | 43 | 95 | 64 | 10 |
| Octal | 0 | 123 | 50 | 144 | 0 | 64 | 103 | 225 | 144 | 20 |
| Binary | 0 | 1010011 | 101000 | 1100100 | 0 | 110100 | 1000011 | 10010101 | 1100100 | 10000 |
Color Harmonies of #005328
Complementary color
Monochromatic Colors of #005328
Black with #005328
Text Example
Text Example
White with #005328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005328; }
p { color: rgb(0,83,40); }
H1.HeaderClassName
{
color: #005328;
}
.AnyTagClassName
{
color: #005328;
}
</style>
background-color css
<style>
a { background-color: #005328; }
a { background-color: rgb(0,83,40); }
div.DivClassName
{
background-color: #005328;
}
.BgClassName
{
background-color: #005328;
}
</style>
border-color css
<style>
span { border-color: #005328; }
span { border-color: rgb(0,83,40); }
td.TdClassName
{
border-color: #005328;
}
.TagClassName
{
border-color: #005328;
}
</style>