Shades of British Racing Green #015224
Tints of British Racing Green #015224
RGB
CMYK
RGB Variations
Color information
#015224 (or 0x015224) is known color: British Racing Green. HEX triplet: 01, 52 and 24. RGB value is (1,82,36). Sum of RGB (Red+Green+Blue) = 1+82+36=119 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.84% from 119); Green value is 82 (32.42% from 255 or 68.91% from 119); Blue value is 36 (14.45% from 255 or 30.25% from 119); Max value from RGB is 82 - color contains mainly: green. Hex color #015224 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #015224 is #FEADDB. Grayscale: #343434. Windows color (decimal): -16690652 or 2380289. OLE color: 2380289.
HSL color Cylindrical-coordinate representation of color #015224: hue angle of 145.93º 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 #015224 is Cyan = 0.99, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 1 | 82 | 36 | - |
| CMYK | 0.99 | 0 | 0.56 | 0.68 |
| HSL | 145.93º | 0.98% | 0.16% | - |
| HSV(B) | 145.93º | 0.99% | 0.32% | - |
| XYZ | 3.35 | 6.17 | 2.68 | - |
| YUV | 52.54 | 118.66 | 91.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 82 | 36 | 0.99 | 0 | 0.56 | 0.68 | 145.93 | 0.98 | 0.16 |
| Hex | 1 | 52 | 24 | 63 | 0 | 38 | 44 | 92 | 62 | 10 |
| Octal | 1 | 122 | 44 | 143 | 0 | 70 | 104 | 222 | 142 | 20 |
| Binary | 1 | 1010010 | 100100 | 1100011 | 0 | 111000 | 1000100 | 10010010 | 1100010 | 10000 |
Color Harmonies of #015224
Complementary color
Monochromatic Colors of #015224
Black with #015224
Text Example
Text Example
White with #015224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015224; }
p { color: rgb(1,82,36); }
H1.HeaderClassName
{
color: #015224;
}
.AnyTagClassName
{
color: #015224;
}
</style>
background-color css
<style>
a { background-color: #015224; }
a { background-color: rgb(1,82,36); }
div.DivClassName
{
background-color: #015224;
}
.BgClassName
{
background-color: #015224;
}
</style>
border-color css
<style>
span { border-color: #015224; }
span { border-color: rgb(1,82,36); }
td.TdClassName
{
border-color: #015224;
}
.TagClassName
{
border-color: #015224;
}
</style>