Shades of British Racing Green #00520D
Tints of British Racing Green #00520D
RGB
CMYK
RGB Variations
Color information
#00520D (or 0x00520D) is known color: British Racing Green. HEX triplet: 00, 52 and 0D. RGB value is (0,82,13). Sum of RGB (Red+Green+Blue) = 0+82+13=95 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 95); Green value is 82 (32.42% from 255 or 86.32% from 95); Blue value is 13 (5.47% from 255 or 13.68% from 95); Max value from RGB is 82 - color contains mainly: green. Hex color #00520D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #00520D is #FFADF2. Grayscale: #313131. Windows color (decimal): -16756211 or 872960. OLE color: 872960.
HSL color Cylindrical-coordinate representation of color #00520D: hue angle of 129.51º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00520D is Cyan = 1, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 0 | 82 | 13 | - |
| CMYK | 1 | 0 | 0.84 | 0.68 |
| HSL | 129.51º | 1% | 0.16% | - |
| HSV(B) | 129.51º | 1% | 0.32% | - |
| XYZ | 3.09 | 6.06 | 1.39 | - |
| YUV | 49.62 | 107.33 | 92.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 82 | 13 | 1 | 0 | 0.84 | 0.68 | 129.51 | 1 | 0.16 |
| Hex | 0 | 52 | D | 64 | 0 | 54 | 44 | 82 | 64 | 10 |
| Octal | 0 | 122 | 15 | 144 | 0 | 124 | 104 | 202 | 144 | 20 |
| Binary | 0 | 1010010 | 1101 | 1100100 | 0 | 1010100 | 1000100 | 10000010 | 1100100 | 10000 |
Color Harmonies of #00520D
Complementary color
Monochromatic Colors of #00520D
Black with #00520D
Text Example
Text Example
White with #00520D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00520D; }
p { color: rgb(0,82,13); }
H1.HeaderClassName
{
color: #00520D;
}
.AnyTagClassName
{
color: #00520D;
}
</style>
background-color css
<style>
a { background-color: #00520D; }
a { background-color: rgb(0,82,13); }
div.DivClassName
{
background-color: #00520D;
}
.BgClassName
{
background-color: #00520D;
}
</style>
border-color css
<style>
span { border-color: #00520D; }
span { border-color: rgb(0,82,13); }
td.TdClassName
{
border-color: #00520D;
}
.TagClassName
{
border-color: #00520D;
}
</style>