Shades of British Racing Green #00512B
Tints of British Racing Green #00512B
RGB
CMYK
RGB Variations
Color information
#00512B (or 0x00512B) is known color: British Racing Green. HEX triplet: 00, 51 and 2B. RGB value is (0,81,43). Sum of RGB (Red+Green+Blue) = 0+81+43=124 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 124); Green value is 81 (32.03% from 255 or 65.32% from 124); Blue value is 43 (17.19% from 255 or 34.68% from 124); Max value from RGB is 81 - color contains mainly: green. Hex color #00512B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #00512B is #FFAED4. Grayscale: #343434. Windows color (decimal): -16756437 or 2838784. OLE color: 2838784.
HSL color Cylindrical-coordinate representation of color #00512B: hue angle of 151.85º 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 #00512B is Cyan = 1, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 0 | 81 | 43 | - |
| CMYK | 1 | 0 | 0.47 | 0.68 |
| HSL | 151.85º | 1% | 0.16% | - |
| HSV(B) | 151.85º | 1% | 0.32% | - |
| XYZ | 3.38 | 6.06 | 3.28 | - |
| YUV | 52.45 | 122.66 | 90.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 81 | 43 | 1 | 0 | 0.47 | 0.68 | 151.85 | 1 | 0.16 |
| Hex | 0 | 51 | 2B | 64 | 0 | 2F | 44 | 98 | 64 | 10 |
| Octal | 0 | 121 | 53 | 144 | 0 | 57 | 104 | 230 | 144 | 20 |
| Binary | 0 | 1010001 | 101011 | 1100100 | 0 | 101111 | 1000100 | 10011000 | 1100100 | 10000 |
Color Harmonies of #00512B
Complementary color
Monochromatic Colors of #00512B
Black with #00512B
Text Example
Text Example
White with #00512B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00512B; }
p { color: rgb(0,81,43); }
H1.HeaderClassName
{
color: #00512B;
}
.AnyTagClassName
{
color: #00512B;
}
</style>
background-color css
<style>
a { background-color: #00512B; }
a { background-color: rgb(0,81,43); }
div.DivClassName
{
background-color: #00512B;
}
.BgClassName
{
background-color: #00512B;
}
</style>
border-color css
<style>
span { border-color: #00512B; }
span { border-color: rgb(0,81,43); }
td.TdClassName
{
border-color: #00512B;
}
.TagClassName
{
border-color: #00512B;
}
</style>