Shades of British Racing Green #015322
Tints of British Racing Green #015322
RGB
CMYK
RGB Variations
Color information
#015322 (or 0x015322) is known color: British Racing Green. HEX triplet: 01, 53 and 22. RGB value is (1,83,34). Sum of RGB (Red+Green+Blue) = 1+83+34=118 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.85% from 118); Green value is 83 (32.81% from 255 or 70.34% from 118); Blue value is 34 (13.67% from 255 or 28.81% from 118); Max value from RGB is 83 - color contains mainly: green. Hex color #015322 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #015322 is #FEACDD. Grayscale: #353535. Windows color (decimal): -16690398 or 2249473. OLE color: 2249473.
HSL color Cylindrical-coordinate representation of color #015322: hue angle of 144.15º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015322 is Cyan = 0.99, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 1 | 83 | 34 | - |
| CMYK | 0.99 | 0 | 0.59 | 0.67 |
| HSL | 144.15º | 0.98% | 0.16% | - |
| HSV(B) | 144.15º | 0.99% | 0.33% | - |
| XYZ | 3.39 | 6.31 | 2.55 | - |
| YUV | 52.9 | 117.33 | 90.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 83 | 34 | 0.99 | 0 | 0.59 | 0.67 | 144.15 | 0.98 | 0.16 |
| Hex | 1 | 53 | 22 | 63 | 0 | 3B | 43 | 90 | 62 | 10 |
| Octal | 1 | 123 | 42 | 143 | 0 | 73 | 103 | 220 | 142 | 20 |
| Binary | 1 | 1010011 | 100010 | 1100011 | 0 | 111011 | 1000011 | 10010000 | 1100010 | 10000 |
Color Harmonies of #015322
Complementary color
Monochromatic Colors of #015322
Black with #015322
Text Example
Text Example
White with #015322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015322; }
p { color: rgb(1,83,34); }
H1.HeaderClassName
{
color: #015322;
}
.AnyTagClassName
{
color: #015322;
}
</style>
background-color css
<style>
a { background-color: #015322; }
a { background-color: rgb(1,83,34); }
div.DivClassName
{
background-color: #015322;
}
.BgClassName
{
background-color: #015322;
}
</style>
border-color css
<style>
span { border-color: #015322; }
span { border-color: rgb(1,83,34); }
td.TdClassName
{
border-color: #015322;
}
.TagClassName
{
border-color: #015322;
}
</style>