Shades of British Racing Green #00511B
Tints of British Racing Green #00511B
RGB
CMYK
RGB Variations
Color information
#00511B (or 0x00511B) is known color: British Racing Green. HEX triplet: 00, 51 and 1B. RGB value is (0,81,27). Sum of RGB (Red+Green+Blue) = 0+81+27=108 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 108); Green value is 81 (32.03% from 255 or 75% from 108); Blue value is 27 (10.94% from 255 or 25% from 108); Max value from RGB is 81 - color contains mainly: green. Hex color #00511B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #00511B is #FFAEE4. Grayscale: #323232. Windows color (decimal): -16756453 or 1790208. OLE color: 1790208.
HSL color Cylindrical-coordinate representation of color #00511B: hue angle of 140º 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 #00511B is Cyan = 1, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 0 | 81 | 27 | - |
| CMYK | 1 | 0 | 0.67 | 0.68 |
| HSL | 140º | 1% | 0.16% | - |
| HSV(B) | 140º | 1% | 0.32% | - |
| XYZ | 3.14 | 5.96 | 2.02 | - |
| YUV | 50.63 | 114.66 | 91.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 81 | 27 | 1 | 0 | 0.67 | 0.68 | 140 | 1 | 0.16 |
| Hex | 0 | 51 | 1B | 64 | 0 | 43 | 44 | 8C | 64 | 10 |
| Octal | 0 | 121 | 33 | 144 | 0 | 103 | 104 | 214 | 144 | 20 |
| Binary | 0 | 1010001 | 11011 | 1100100 | 0 | 1000011 | 1000100 | 10001100 | 1100100 | 10000 |
Color Harmonies of #00511B
Complementary color
Monochromatic Colors of #00511B
Black with #00511B
Text Example
Text Example
White with #00511B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00511B; }
p { color: rgb(0,81,27); }
H1.HeaderClassName
{
color: #00511B;
}
.AnyTagClassName
{
color: #00511B;
}
</style>
background-color css
<style>
a { background-color: #00511B; }
a { background-color: rgb(0,81,27); }
div.DivClassName
{
background-color: #00511B;
}
.BgClassName
{
background-color: #00511B;
}
</style>
border-color css
<style>
span { border-color: #00511B; }
span { border-color: rgb(0,81,27); }
td.TdClassName
{
border-color: #00511B;
}
.TagClassName
{
border-color: #00511B;
}
</style>