Shades of British Racing Green #00512C
Tints of British Racing Green #00512C
RGB
CMYK
RGB Variations
Color information
#00512C (or 0x00512C) is known color: British Racing Green. HEX triplet: 00, 51 and 2C. RGB value is (0,81,44). Sum of RGB (Red+Green+Blue) = 0+81+44=125 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 125); Green value is 81 (32.03% from 255 or 64.8% from 125); Blue value is 44 (17.58% from 255 or 35.2% from 125); Max value from RGB is 81 - color contains mainly: green. Hex color #00512C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #00512C is #FFAED3. Grayscale: #343434. Windows color (decimal): -16756436 or 2904320. OLE color: 2904320.
HSL color Cylindrical-coordinate representation of color #00512C: hue angle of 152.59º 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 #00512C is Cyan = 1, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 0 | 81 | 44 | - |
| CMYK | 1 | 0 | 0.46 | 0.68 |
| HSL | 152.59º | 1% | 0.16% | - |
| HSV(B) | 152.59º | 1% | 0.32% | - |
| XYZ | 3.4 | 6.07 | 3.37 | - |
| YUV | 52.56 | 123.16 | 90.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 81 | 44 | 1 | 0 | 0.46 | 0.68 | 152.59 | 1 | 0.16 |
| Hex | 0 | 51 | 2C | 64 | 0 | 2E | 44 | 99 | 64 | 10 |
| Octal | 0 | 121 | 54 | 144 | 0 | 56 | 104 | 231 | 144 | 20 |
| Binary | 0 | 1010001 | 101100 | 1100100 | 0 | 101110 | 1000100 | 10011001 | 1100100 | 10000 |
Color Harmonies of #00512C
Complementary color
Monochromatic Colors of #00512C
Black with #00512C
Text Example
Text Example
White with #00512C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00512C; }
p { color: rgb(0,81,44); }
H1.HeaderClassName
{
color: #00512C;
}
.AnyTagClassName
{
color: #00512C;
}
</style>
background-color css
<style>
a { background-color: #00512C; }
a { background-color: rgb(0,81,44); }
div.DivClassName
{
background-color: #00512C;
}
.BgClassName
{
background-color: #00512C;
}
</style>
border-color css
<style>
span { border-color: #00512C; }
span { border-color: rgb(0,81,44); }
td.TdClassName
{
border-color: #00512C;
}
.TagClassName
{
border-color: #00512C;
}
</style>