Shades of British Racing Green #015232
Tints of British Racing Green #015232
RGB
CMYK
RGB Variations
Color information
#015232 (or 0x015232) is known color: British Racing Green. HEX triplet: 01, 52 and 32. RGB value is (1,82,50). Sum of RGB (Red+Green+Blue) = 1+82+50=133 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.75% from 133); Green value is 82 (32.42% from 255 or 61.65% from 133); Blue value is 50 (19.92% from 255 or 37.59% from 133); Max value from RGB is 82 - color contains mainly: green. Hex color #015232 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #015232 is #FEADCD. Grayscale: #363636. Windows color (decimal): -16690638 or 3297793. OLE color: 3297793.
HSL color Cylindrical-coordinate representation of color #015232: hue angle of 156.3º 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 #015232 is Cyan = 0.99, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 1 | 82 | 50 | - |
| CMYK | 0.99 | 0 | 0.39 | 0.68 |
| HSL | 156.3º | 0.98% | 0.16% | - |
| HSV(B) | 156.3º | 0.99% | 0.32% | - |
| XYZ | 3.61 | 6.27 | 4.04 | - |
| YUV | 54.13 | 125.66 | 90.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 82 | 50 | 0.99 | 0 | 0.39 | 0.68 | 156.3 | 0.98 | 0.16 |
| Hex | 1 | 52 | 32 | 63 | 0 | 27 | 44 | 9C | 62 | 10 |
| Octal | 1 | 122 | 62 | 143 | 0 | 47 | 104 | 234 | 142 | 20 |
| Binary | 1 | 1010010 | 110010 | 1100011 | 0 | 100111 | 1000100 | 10011100 | 1100010 | 10000 |
Color Harmonies of #015232
Complementary color
Monochromatic Colors of #015232
Black with #015232
Text Example
Text Example
White with #015232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015232; }
p { color: rgb(1,82,50); }
H1.HeaderClassName
{
color: #015232;
}
.AnyTagClassName
{
color: #015232;
}
</style>
background-color css
<style>
a { background-color: #015232; }
a { background-color: rgb(1,82,50); }
div.DivClassName
{
background-color: #015232;
}
.BgClassName
{
background-color: #015232;
}
</style>
border-color css
<style>
span { border-color: #015232; }
span { border-color: rgb(1,82,50); }
td.TdClassName
{
border-color: #015232;
}
.TagClassName
{
border-color: #015232;
}
</style>