Shades of British Racing Green #015222
Tints of British Racing Green #015222
RGB
CMYK
RGB Variations
Color information
#015222 (or 0x015222) is known color: British Racing Green. HEX triplet: 01, 52 and 22. RGB value is (1,82,34). Sum of RGB (Red+Green+Blue) = 1+82+34=117 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.85% from 117); Green value is 82 (32.42% from 255 or 70.09% from 117); Blue value is 34 (13.67% from 255 or 29.06% from 117); Max value from RGB is 82 - color contains mainly: green. Hex color #015222 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #015222 is #FEADDD. Grayscale: #343434. Windows color (decimal): -16690654 or 2249217. OLE color: 2249217.
HSL color Cylindrical-coordinate representation of color #015222: hue angle of 144.44º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015222 is Cyan = 0.99, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 1 | 82 | 34 | - |
| CMYK | 0.99 | 0 | 0.59 | 0.68 |
| HSL | 144.44º | 0.98% | 0.16% | - |
| HSV(B) | 144.44º | 0.99% | 0.32% | - |
| XYZ | 3.32 | 6.16 | 2.53 | - |
| YUV | 52.31 | 117.66 | 91.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 82 | 34 | 0.99 | 0 | 0.59 | 0.68 | 144.44 | 0.98 | 0.16 |
| Hex | 1 | 52 | 22 | 63 | 0 | 3B | 44 | 90 | 62 | 10 |
| Octal | 1 | 122 | 42 | 143 | 0 | 73 | 104 | 220 | 142 | 20 |
| Binary | 1 | 1010010 | 100010 | 1100011 | 0 | 111011 | 1000100 | 10010000 | 1100010 | 10000 |
Color Harmonies of #015222
Complementary color
Monochromatic Colors of #015222
Black with #015222
Text Example
Text Example
White with #015222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015222; }
p { color: rgb(1,82,34); }
H1.HeaderClassName
{
color: #015222;
}
.AnyTagClassName
{
color: #015222;
}
</style>
background-color css
<style>
a { background-color: #015222; }
a { background-color: rgb(1,82,34); }
div.DivClassName
{
background-color: #015222;
}
.BgClassName
{
background-color: #015222;
}
</style>
border-color css
<style>
span { border-color: #015222; }
span { border-color: rgb(1,82,34); }
td.TdClassName
{
border-color: #015222;
}
.TagClassName
{
border-color: #015222;
}
</style>