Shades of British Racing Green #015025
Tints of British Racing Green #015025
RGB
CMYK
RGB Variations
Color information
#015025 (or 0x015025) is known color: British Racing Green. HEX triplet: 01, 50 and 25. RGB value is (1,80,37). Sum of RGB (Red+Green+Blue) = 1+80+37=118 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.85% from 118); Green value is 80 (31.64% from 255 or 67.80% from 118); Blue value is 37 (14.84% from 255 or 31.36% from 118); Max value from RGB is 80 - color contains mainly: green. Hex color #015025 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #015025 is #FEAFDA. Grayscale: #333333. Windows color (decimal): -16691163 or 2445313. OLE color: 2445313.
HSL color Cylindrical-coordinate representation of color #015025: hue angle of 147.34º 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 #015025 is Cyan = 0.99, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 1 | 80 | 37 | - |
| CMYK | 0.99 | 0 | 0.54 | 0.69 |
| HSL | 147.34º | 0.98% | 0.16% | - |
| HSV(B) | 147.34º | 0.99% | 0.31% | - |
| XYZ | 3.22 | 5.88 | 2.72 | - |
| YUV | 51.48 | 119.83 | 92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 80 | 37 | 0.99 | 0 | 0.54 | 0.69 | 147.34 | 0.98 | 0.16 |
| Hex | 1 | 50 | 25 | 63 | 0 | 36 | 45 | 93 | 62 | 10 |
| Octal | 1 | 120 | 45 | 143 | 0 | 66 | 105 | 223 | 142 | 20 |
| Binary | 1 | 1010000 | 100101 | 1100011 | 0 | 110110 | 1000101 | 10010011 | 1100010 | 10000 |
Color Harmonies of #015025
Complementary color
Monochromatic Colors of #015025
Black with #015025
Text Example
Text Example
White with #015025
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015025; }
p { color: rgb(1,80,37); }
H1.HeaderClassName
{
color: #015025;
}
.AnyTagClassName
{
color: #015025;
}
</style>
background-color css
<style>
a { background-color: #015025; }
a { background-color: rgb(1,80,37); }
div.DivClassName
{
background-color: #015025;
}
.BgClassName
{
background-color: #015025;
}
</style>
border-color css
<style>
span { border-color: #015025; }
span { border-color: rgb(1,80,37); }
td.TdClassName
{
border-color: #015025;
}
.TagClassName
{
border-color: #015025;
}
</style>