Shades of British Racing Green #01552E
Tints of British Racing Green #01552E
RGB
CMYK
RGB Variations
Color information
#01552E (or 0x01552E) is known color: British Racing Green. HEX triplet: 01, 55 and 2E. RGB value is (1,85,46). Sum of RGB (Red+Green+Blue) = 1+85+46=132 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.76% from 132); Green value is 85 (33.59% from 255 or 64.39% from 132); Blue value is 46 (18.36% from 255 or 34.85% from 132); Max value from RGB is 85 - color contains mainly: green. Hex color #01552E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01552E is #FEAAD1. Grayscale: #373737. Windows color (decimal): -16689874 or 3036417. OLE color: 3036417.
HSL color Cylindrical-coordinate representation of color #01552E: hue angle of 152.14º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01552E is Cyan = 0.99, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 1 | 85 | 46 | - |
| CMYK | 0.99 | 0 | 0.46 | 0.67 |
| HSL | 152.14º | 0.98% | 0.17% | - |
| HSV(B) | 152.14º | 0.99% | 0.33% | - |
| XYZ | 3.75 | 6.7 | 3.68 | - |
| YUV | 55.44 | 122.67 | 89.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 85 | 46 | 0.99 | 0 | 0.46 | 0.67 | 152.14 | 0.98 | 0.17 |
| Hex | 1 | 55 | 2E | 63 | 0 | 2E | 43 | 98 | 62 | 11 |
| Octal | 1 | 125 | 56 | 143 | 0 | 56 | 103 | 230 | 142 | 21 |
| Binary | 1 | 1010101 | 101110 | 1100011 | 0 | 101110 | 1000011 | 10011000 | 1100010 | 10001 |
Color Harmonies of #01552E
Complementary color
Monochromatic Colors of #01552E
Black with #01552E
Text Example
Text Example
White with #01552E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01552E; }
p { color: rgb(1,85,46); }
H1.HeaderClassName
{
color: #01552E;
}
.AnyTagClassName
{
color: #01552E;
}
</style>
background-color css
<style>
a { background-color: #01552E; }
a { background-color: rgb(1,85,46); }
div.DivClassName
{
background-color: #01552E;
}
.BgClassName
{
background-color: #01552E;
}
</style>
border-color css
<style>
span { border-color: #01552E; }
span { border-color: rgb(1,85,46); }
td.TdClassName
{
border-color: #01552E;
}
.TagClassName
{
border-color: #01552E;
}
</style>