Shades of British Racing Green #015223
Tints of British Racing Green #015223
RGB
CMYK
RGB Variations
Color information
#015223 (or 0x015223) is known color: British Racing Green. HEX triplet: 01, 52 and 23. RGB value is (1,82,35). Sum of RGB (Red+Green+Blue) = 1+82+35=118 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.85% from 118); Green value is 82 (32.42% from 255 or 69.49% from 118); Blue value is 35 (14.06% from 255 or 29.66% from 118); Max value from RGB is 82 - color contains mainly: green. Hex color #015223 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #015223 is #FEADDC. Grayscale: #343434. Windows color (decimal): -16690653 or 2314753. OLE color: 2314753.
HSL color Cylindrical-coordinate representation of color #015223: hue angle of 145.19º 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 #015223 is Cyan = 0.99, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 1 | 82 | 35 | - |
| CMYK | 0.99 | 0 | 0.57 | 0.68 |
| HSL | 145.19º | 0.98% | 0.16% | - |
| HSV(B) | 145.19º | 0.99% | 0.32% | - |
| XYZ | 3.33 | 6.16 | 2.6 | - |
| YUV | 52.42 | 118.16 | 91.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 82 | 35 | 0.99 | 0 | 0.57 | 0.68 | 145.19 | 0.98 | 0.16 |
| Hex | 1 | 52 | 23 | 63 | 0 | 39 | 44 | 91 | 62 | 10 |
| Octal | 1 | 122 | 43 | 143 | 0 | 71 | 104 | 221 | 142 | 20 |
| Binary | 1 | 1010010 | 100011 | 1100011 | 0 | 111001 | 1000100 | 10010001 | 1100010 | 10000 |
Color Harmonies of #015223
Complementary color
Monochromatic Colors of #015223
Black with #015223
Text Example
Text Example
White with #015223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015223; }
p { color: rgb(1,82,35); }
H1.HeaderClassName
{
color: #015223;
}
.AnyTagClassName
{
color: #015223;
}
</style>
background-color css
<style>
a { background-color: #015223; }
a { background-color: rgb(1,82,35); }
div.DivClassName
{
background-color: #015223;
}
.BgClassName
{
background-color: #015223;
}
</style>
border-color css
<style>
span { border-color: #015223; }
span { border-color: rgb(1,82,35); }
td.TdClassName
{
border-color: #015223;
}
.TagClassName
{
border-color: #015223;
}
</style>