Shades of British Racing Green #015622
Tints of British Racing Green #015622
RGB
CMYK
RGB Variations
Color information
#015622 (or 0x015622) is known color: British Racing Green. HEX triplet: 01, 56 and 22. RGB value is (1,86,34). Sum of RGB (Red+Green+Blue) = 1+86+34=121 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.83% from 121); Green value is 86 (33.98% from 255 or 71.07% from 121); Blue value is 34 (13.67% from 255 or 28.10% from 121); Max value from RGB is 86 - color contains mainly: green. Hex color #015622 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #015622 is #FEA9DD. Grayscale: #363636. Windows color (decimal): -16689630 or 2250241. OLE color: 2250241.
HSL color Cylindrical-coordinate representation of color #015622: hue angle of 143.29º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015622 is Cyan = 0.99, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 1 | 86 | 34 | - |
| CMYK | 0.99 | 0 | 0.60 | 0.66 |
| HSL | 143.29º | 0.98% | 0.17% | - |
| HSV(B) | 143.29º | 0.99% | 0.34% | - |
| XYZ | 3.63 | 6.78 | 2.63 | - |
| YUV | 54.66 | 116.34 | 89.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 86 | 34 | 0.99 | 0 | 0.60 | 0.66 | 143.29 | 0.98 | 0.17 |
| Hex | 1 | 56 | 22 | 63 | 0 | 3C | 42 | 8F | 62 | 11 |
| Octal | 1 | 126 | 42 | 143 | 0 | 74 | 102 | 217 | 142 | 21 |
| Binary | 1 | 1010110 | 100010 | 1100011 | 0 | 111100 | 1000010 | 10001111 | 1100010 | 10001 |
Color Harmonies of #015622
Complementary color
Monochromatic Colors of #015622
Black with #015622
Text Example
Text Example
White with #015622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015622; }
p { color: rgb(1,86,34); }
H1.HeaderClassName
{
color: #015622;
}
.AnyTagClassName
{
color: #015622;
}
</style>
background-color css
<style>
a { background-color: #015622; }
a { background-color: rgb(1,86,34); }
div.DivClassName
{
background-color: #015622;
}
.BgClassName
{
background-color: #015622;
}
</style>
border-color css
<style>
span { border-color: #015622; }
span { border-color: rgb(1,86,34); }
td.TdClassName
{
border-color: #015622;
}
.TagClassName
{
border-color: #015622;
}
</style>