Shades of British Racing Green #015027
Tints of British Racing Green #015027
RGB
CMYK
RGB Variations
Color information
#015027 (or 0x015027) is known color: British Racing Green. HEX triplet: 01, 50 and 27. RGB value is (1,80,39). Sum of RGB (Red+Green+Blue) = 1+80+39=120 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.83% from 120); Green value is 80 (31.64% from 255 or 66.67% from 120); Blue value is 39 (15.62% from 255 or 32.5% from 120); Max value from RGB is 80 - color contains mainly: green. Hex color #015027 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #015027 is #FEAFD8. Grayscale: #333333. Windows color (decimal): -16691161 or 2576385. OLE color: 2576385.
HSL color Cylindrical-coordinate representation of color #015027: hue angle of 148.86º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015027 is Cyan = 0.99, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 1 | 80 | 39 | - |
| CMYK | 0.99 | 0 | 0.51 | 0.69 |
| HSL | 148.86º | 0.98% | 0.16% | - |
| HSV(B) | 148.86º | 0.99% | 0.31% | - |
| XYZ | 3.25 | 5.89 | 2.89 | - |
| YUV | 51.71 | 120.83 | 91.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 80 | 39 | 0.99 | 0 | 0.51 | 0.69 | 148.86 | 0.98 | 0.16 |
| Hex | 1 | 50 | 27 | 63 | 0 | 33 | 45 | 95 | 62 | 10 |
| Octal | 1 | 120 | 47 | 143 | 0 | 63 | 105 | 225 | 142 | 20 |
| Binary | 1 | 1010000 | 100111 | 1100011 | 0 | 110011 | 1000101 | 10010101 | 1100010 | 10000 |
Color Harmonies of #015027
Complementary color
Monochromatic Colors of #015027
Black with #015027
Text Example
Text Example
White with #015027
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015027; }
p { color: rgb(1,80,39); }
H1.HeaderClassName
{
color: #015027;
}
.AnyTagClassName
{
color: #015027;
}
</style>
background-color css
<style>
a { background-color: #015027; }
a { background-color: rgb(1,80,39); }
div.DivClassName
{
background-color: #015027;
}
.BgClassName
{
background-color: #015027;
}
</style>
border-color css
<style>
span { border-color: #015027; }
span { border-color: rgb(1,80,39); }
td.TdClassName
{
border-color: #015027;
}
.TagClassName
{
border-color: #015027;
}
</style>