Shades of British Racing Green #005329
Tints of British Racing Green #005329
RGB
CMYK
RGB Variations
Color information
#005329 (or 0x005329) is known color: British Racing Green. HEX triplet: 00, 53 and 29. RGB value is (0,83,41). Sum of RGB (Red+Green+Blue) = 0+83+41=124 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 124); Green value is 83 (32.81% from 255 or 66.94% from 124); Blue value is 41 (16.41% from 255 or 33.06% from 124); Max value from RGB is 83 - color contains mainly: green. Hex color #005329 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #005329 is #FFACD6. Grayscale: #353535. Windows color (decimal): -16755927 or 2708224. OLE color: 2708224.
HSL color Cylindrical-coordinate representation of color #005329: hue angle of 149.64º 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 #005329 is Cyan = 1, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 0 | 83 | 41 | - |
| CMYK | 1 | 0 | 0.51 | 0.67 |
| HSL | 149.64º | 1% | 0.16% | - |
| HSV(B) | 149.64º | 1% | 0.33% | - |
| XYZ | 3.49 | 6.35 | 3.14 | - |
| YUV | 53.4 | 121 | 89.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 83 | 41 | 1 | 0 | 0.51 | 0.67 | 149.64 | 1 | 0.16 |
| Hex | 0 | 53 | 29 | 64 | 0 | 33 | 43 | 96 | 64 | 10 |
| Octal | 0 | 123 | 51 | 144 | 0 | 63 | 103 | 226 | 144 | 20 |
| Binary | 0 | 1010011 | 101001 | 1100100 | 0 | 110011 | 1000011 | 10010110 | 1100100 | 10000 |
Color Harmonies of #005329
Complementary color
Monochromatic Colors of #005329
Black with #005329
Text Example
Text Example
White with #005329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005329; }
p { color: rgb(0,83,41); }
H1.HeaderClassName
{
color: #005329;
}
.AnyTagClassName
{
color: #005329;
}
</style>
background-color css
<style>
a { background-color: #005329; }
a { background-color: rgb(0,83,41); }
div.DivClassName
{
background-color: #005329;
}
.BgClassName
{
background-color: #005329;
}
</style>
border-color css
<style>
span { border-color: #005329; }
span { border-color: rgb(0,83,41); }
td.TdClassName
{
border-color: #005329;
}
.TagClassName
{
border-color: #005329;
}
</style>