Shades of British Racing Green #00511C
Tints of British Racing Green #00511C
RGB
CMYK
RGB Variations
Color information
#00511C (or 0x00511C) is known color: British Racing Green. HEX triplet: 00, 51 and 1C. RGB value is (0,81,28). Sum of RGB (Red+Green+Blue) = 0+81+28=109 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 109); Green value is 81 (32.03% from 255 or 74.31% from 109); Blue value is 28 (11.33% from 255 or 25.69% from 109); Max value from RGB is 81 - color contains mainly: green. Hex color #00511C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #00511C is #FFAEE3. Grayscale: #323232. Windows color (decimal): -16756452 or 1855744. OLE color: 1855744.
HSL color Cylindrical-coordinate representation of color #00511C: hue angle of 140.74º 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 #00511C is Cyan = 1, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 0 | 81 | 28 | - |
| CMYK | 1 | 0 | 0.65 | 0.68 |
| HSL | 140.74º | 1% | 0.16% | - |
| HSV(B) | 140.74º | 1% | 0.32% | - |
| XYZ | 3.15 | 5.97 | 2.08 | - |
| YUV | 50.74 | 115.16 | 91.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 81 | 28 | 1 | 0 | 0.65 | 0.68 | 140.74 | 1 | 0.16 |
| Hex | 0 | 51 | 1C | 64 | 0 | 41 | 44 | 8D | 64 | 10 |
| Octal | 0 | 121 | 34 | 144 | 0 | 101 | 104 | 215 | 144 | 20 |
| Binary | 0 | 1010001 | 11100 | 1100100 | 0 | 1000001 | 1000100 | 10001101 | 1100100 | 10000 |
Color Harmonies of #00511C
Complementary color
Monochromatic Colors of #00511C
Black with #00511C
Text Example
Text Example
White with #00511C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00511C; }
p { color: rgb(0,81,28); }
H1.HeaderClassName
{
color: #00511C;
}
.AnyTagClassName
{
color: #00511C;
}
</style>
background-color css
<style>
a { background-color: #00511C; }
a { background-color: rgb(0,81,28); }
div.DivClassName
{
background-color: #00511C;
}
.BgClassName
{
background-color: #00511C;
}
</style>
border-color css
<style>
span { border-color: #00511C; }
span { border-color: rgb(0,81,28); }
td.TdClassName
{
border-color: #00511C;
}
.TagClassName
{
border-color: #00511C;
}
</style>