Shades of British Racing Green #015524
Tints of British Racing Green #015524
RGB
CMYK
RGB Variations
Color information
#015524 (or 0x015524) is known color: British Racing Green. HEX triplet: 01, 55 and 24. RGB value is (1,85,36). Sum of RGB (Red+Green+Blue) = 1+85+36=122 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.82% from 122); Green value is 85 (33.59% from 255 or 69.67% from 122); Blue value is 36 (14.45% from 255 or 29.51% from 122); Max value from RGB is 85 - color contains mainly: green. Hex color #015524 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #015524 is #FEAADB. Grayscale: #363636. Windows color (decimal): -16689884 or 2381057. OLE color: 2381057.
HSL color Cylindrical-coordinate representation of color #015524: hue angle of 145º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015524 is Cyan = 0.99, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 1 | 85 | 36 | - |
| CMYK | 0.99 | 0 | 0.58 | 0.67 |
| HSL | 145º | 0.98% | 0.17% | - |
| HSV(B) | 145º | 0.99% | 0.33% | - |
| XYZ | 3.58 | 6.63 | 2.76 | - |
| YUV | 54.3 | 117.67 | 89.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 85 | 36 | 0.99 | 0 | 0.58 | 0.67 | 145 | 0.98 | 0.17 |
| Hex | 1 | 55 | 24 | 63 | 0 | 3A | 43 | 91 | 62 | 11 |
| Octal | 1 | 125 | 44 | 143 | 0 | 72 | 103 | 221 | 142 | 21 |
| Binary | 1 | 1010101 | 100100 | 1100011 | 0 | 111010 | 1000011 | 10010001 | 1100010 | 10001 |
Color Harmonies of #015524
Complementary color
Monochromatic Colors of #015524
Black with #015524
Text Example
Text Example
White with #015524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015524; }
p { color: rgb(1,85,36); }
H1.HeaderClassName
{
color: #015524;
}
.AnyTagClassName
{
color: #015524;
}
</style>
background-color css
<style>
a { background-color: #015524; }
a { background-color: rgb(1,85,36); }
div.DivClassName
{
background-color: #015524;
}
.BgClassName
{
background-color: #015524;
}
</style>
border-color css
<style>
span { border-color: #015524; }
span { border-color: rgb(1,85,36); }
td.TdClassName
{
border-color: #015524;
}
.TagClassName
{
border-color: #015524;
}
</style>