Shades of British Racing Green #015521
Tints of British Racing Green #015521
RGB
CMYK
RGB Variations
Color information
#015521 (or 0x015521) is known color: British Racing Green. HEX triplet: 01, 55 and 21. RGB value is (1,85,33). Sum of RGB (Red+Green+Blue) = 1+85+33=119 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.84% from 119); Green value is 85 (33.59% from 255 or 71.43% from 119); Blue value is 33 (13.28% from 255 or 27.73% from 119); Max value from RGB is 85 - color contains mainly: green. Hex color #015521 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #015521 is #FEAADE. Grayscale: #363636. Windows color (decimal): -16689887 or 2184449. OLE color: 2184449.
HSL color Cylindrical-coordinate representation of color #015521: hue angle of 142.86º 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 #015521 is Cyan = 0.99, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 1 | 85 | 33 | - |
| CMYK | 0.99 | 0 | 0.61 | 0.67 |
| HSL | 142.86º | 0.98% | 0.17% | - |
| HSV(B) | 142.86º | 0.99% | 0.33% | - |
| XYZ | 3.54 | 6.61 | 2.53 | - |
| YUV | 53.96 | 116.17 | 90.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 85 | 33 | 0.99 | 0 | 0.61 | 0.67 | 142.86 | 0.98 | 0.17 |
| Hex | 1 | 55 | 21 | 63 | 0 | 3D | 43 | 8F | 62 | 11 |
| Octal | 1 | 125 | 41 | 143 | 0 | 75 | 103 | 217 | 142 | 21 |
| Binary | 1 | 1010101 | 100001 | 1100011 | 0 | 111101 | 1000011 | 10001111 | 1100010 | 10001 |
Color Harmonies of #015521
Complementary color
Monochromatic Colors of #015521
Black with #015521
Text Example
Text Example
White with #015521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015521; }
p { color: rgb(1,85,33); }
H1.HeaderClassName
{
color: #015521;
}
.AnyTagClassName
{
color: #015521;
}
</style>
background-color css
<style>
a { background-color: #015521; }
a { background-color: rgb(1,85,33); }
div.DivClassName
{
background-color: #015521;
}
.BgClassName
{
background-color: #015521;
}
</style>
border-color css
<style>
span { border-color: #015521; }
span { border-color: rgb(1,85,33); }
td.TdClassName
{
border-color: #015521;
}
.TagClassName
{
border-color: #015521;
}
</style>