Shades of British Racing Green #015722
Tints of British Racing Green #015722
RGB
CMYK
RGB Variations
Color information
#015722 (or 0x015722) is known color: British Racing Green. HEX triplet: 01, 57 and 22. RGB value is (1,87,34). Sum of RGB (Red+Green+Blue) = 1+87+34=122 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.82% from 122); Green value is 87 (34.38% from 255 or 71.31% from 122); Blue value is 34 (13.67% from 255 or 27.87% from 122); Max value from RGB is 87 - color contains mainly: green. Hex color #015722 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #015722 is #FEA8DD. Grayscale: #373737. Windows color (decimal): -16689374 or 2250497. OLE color: 2250497.
HSL color Cylindrical-coordinate representation of color #015722: hue angle of 143.02º 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 #015722 is Cyan = 0.99, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 1 | 87 | 34 | - |
| CMYK | 0.99 | 0 | 0.61 | 0.66 |
| HSL | 143.02º | 0.98% | 0.17% | - |
| HSV(B) | 143.02º | 0.99% | 0.34% | - |
| XYZ | 3.71 | 6.94 | 2.66 | - |
| YUV | 55.24 | 116.01 | 89.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 87 | 34 | 0.99 | 0 | 0.61 | 0.66 | 143.02 | 0.98 | 0.17 |
| Hex | 1 | 57 | 22 | 63 | 0 | 3D | 42 | 8F | 62 | 11 |
| Octal | 1 | 127 | 42 | 143 | 0 | 75 | 102 | 217 | 142 | 21 |
| Binary | 1 | 1010111 | 100010 | 1100011 | 0 | 111101 | 1000010 | 10001111 | 1100010 | 10001 |
Color Harmonies of #015722
Complementary color
Monochromatic Colors of #015722
Black with #015722
Text Example
Text Example
White with #015722
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015722; }
p { color: rgb(1,87,34); }
H1.HeaderClassName
{
color: #015722;
}
.AnyTagClassName
{
color: #015722;
}
</style>
background-color css
<style>
a { background-color: #015722; }
a { background-color: rgb(1,87,34); }
div.DivClassName
{
background-color: #015722;
}
.BgClassName
{
background-color: #015722;
}
</style>
border-color css
<style>
span { border-color: #015722; }
span { border-color: rgb(1,87,34); }
td.TdClassName
{
border-color: #015722;
}
.TagClassName
{
border-color: #015722;
}
</style>