Shades of British Racing Green #015024
Tints of British Racing Green #015024
RGB
CMYK
RGB Variations
Color information
#015024 (or 0x015024) is known color: British Racing Green. HEX triplet: 01, 50 and 24. RGB value is (1,80,36). Sum of RGB (Red+Green+Blue) = 1+80+36=117 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.85% from 117); Green value is 80 (31.64% from 255 or 68.38% from 117); Blue value is 36 (14.45% from 255 or 30.77% from 117); Max value from RGB is 80 - color contains mainly: green. Hex color #015024 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #015024 is #FEAFDB. Grayscale: #333333. Windows color (decimal): -16691164 or 2379777. OLE color: 2379777.
HSL color Cylindrical-coordinate representation of color #015024: hue angle of 146.58º 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 #015024 is Cyan = 0.99, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 1 | 80 | 36 | - |
| CMYK | 0.99 | 0 | 0.55 | 0.69 |
| HSL | 146.58º | 0.98% | 0.16% | - |
| HSV(B) | 146.58º | 0.99% | 0.31% | - |
| XYZ | 3.2 | 5.87 | 2.63 | - |
| YUV | 51.36 | 119.33 | 92.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 80 | 36 | 0.99 | 0 | 0.55 | 0.69 | 146.58 | 0.98 | 0.16 |
| Hex | 1 | 50 | 24 | 63 | 0 | 37 | 45 | 93 | 62 | 10 |
| Octal | 1 | 120 | 44 | 143 | 0 | 67 | 105 | 223 | 142 | 20 |
| Binary | 1 | 1010000 | 100100 | 1100011 | 0 | 110111 | 1000101 | 10010011 | 1100010 | 10000 |
Color Harmonies of #015024
Complementary color
Monochromatic Colors of #015024
Black with #015024
Text Example
Text Example
White with #015024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015024; }
p { color: rgb(1,80,36); }
H1.HeaderClassName
{
color: #015024;
}
.AnyTagClassName
{
color: #015024;
}
</style>
background-color css
<style>
a { background-color: #015024; }
a { background-color: rgb(1,80,36); }
div.DivClassName
{
background-color: #015024;
}
.BgClassName
{
background-color: #015024;
}
</style>
border-color css
<style>
span { border-color: #015024; }
span { border-color: rgb(1,80,36); }
td.TdClassName
{
border-color: #015024;
}
.TagClassName
{
border-color: #015024;
}
</style>