Shades of British Racing Green #005135
Tints of British Racing Green #005135
RGB
CMYK
RGB Variations
Color information
#005135 (or 0x005135) is known color: British Racing Green. HEX triplet: 00, 51 and 35. RGB value is (0,81,53). Sum of RGB (Red+Green+Blue) = 0+81+53=134 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 134); Green value is 81 (32.03% from 255 or 60.45% from 134); Blue value is 53 (21.09% from 255 or 39.55% from 134); Max value from RGB is 81 - color contains mainly: green. Hex color #005135 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #005135 is #FFAECA. Grayscale: #353535. Windows color (decimal): -16756427 or 3494144. OLE color: 3494144.
HSL color Cylindrical-coordinate representation of color #005135: hue angle of 159.26º 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 #005135 is Cyan = 1, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 0 | 81 | 53 | - |
| CMYK | 1 | 0 | 0.35 | 0.68 |
| HSL | 159.26º | 1% | 0.16% | - |
| HSV(B) | 159.26º | 1% | 0.32% | - |
| XYZ | 3.59 | 6.14 | 4.36 | - |
| YUV | 53.59 | 127.66 | 89.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 81 | 53 | 1 | 0 | 0.35 | 0.68 | 159.26 | 1 | 0.16 |
| Hex | 0 | 51 | 35 | 64 | 0 | 23 | 44 | 9F | 64 | 10 |
| Octal | 0 | 121 | 65 | 144 | 0 | 43 | 104 | 237 | 144 | 20 |
| Binary | 0 | 1010001 | 110101 | 1100100 | 0 | 100011 | 1000100 | 10011111 | 1100100 | 10000 |
Color Harmonies of #005135
Complementary color
Monochromatic Colors of #005135
Black with #005135
Text Example
Text Example
White with #005135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005135; }
p { color: rgb(0,81,53); }
H1.HeaderClassName
{
color: #005135;
}
.AnyTagClassName
{
color: #005135;
}
</style>
background-color css
<style>
a { background-color: #005135; }
a { background-color: rgb(0,81,53); }
div.DivClassName
{
background-color: #005135;
}
.BgClassName
{
background-color: #005135;
}
</style>
border-color css
<style>
span { border-color: #005135; }
span { border-color: rgb(0,81,53); }
td.TdClassName
{
border-color: #005135;
}
.TagClassName
{
border-color: #005135;
}
</style>