Shades of British Racing Green #01552F
Tints of British Racing Green #01552F
RGB
CMYK
RGB Variations
Color information
#01552F (or 0x01552F) is known color: British Racing Green. HEX triplet: 01, 55 and 2F. RGB value is (1,85,47). Sum of RGB (Red+Green+Blue) = 1+85+47=133 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.75% from 133); Green value is 85 (33.59% from 255 or 63.91% from 133); Blue value is 47 (18.75% from 255 or 35.34% from 133); Max value from RGB is 85 - color contains mainly: green. Hex color #01552F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01552F is #FEAAD0. Grayscale: #373737. Windows color (decimal): -16689873 or 3101953. OLE color: 3101953.
HSL color Cylindrical-coordinate representation of color #01552F: hue angle of 152.86º 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 #01552F is Cyan = 0.99, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 1 | 85 | 47 | - |
| CMYK | 0.99 | 0 | 0.45 | 0.67 |
| HSL | 152.86º | 0.98% | 0.17% | - |
| HSV(B) | 152.86º | 0.99% | 0.33% | - |
| XYZ | 3.77 | 6.71 | 3.79 | - |
| YUV | 55.55 | 123.17 | 89.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 85 | 47 | 0.99 | 0 | 0.45 | 0.67 | 152.86 | 0.98 | 0.17 |
| Hex | 1 | 55 | 2F | 63 | 0 | 2D | 43 | 99 | 62 | 11 |
| Octal | 1 | 125 | 57 | 143 | 0 | 55 | 103 | 231 | 142 | 21 |
| Binary | 1 | 1010101 | 101111 | 1100011 | 0 | 101101 | 1000011 | 10011001 | 1100010 | 10001 |
Color Harmonies of #01552F
Complementary color
Monochromatic Colors of #01552F
Black with #01552F
Text Example
Text Example
White with #01552F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01552F; }
p { color: rgb(1,85,47); }
H1.HeaderClassName
{
color: #01552F;
}
.AnyTagClassName
{
color: #01552F;
}
</style>
background-color css
<style>
a { background-color: #01552F; }
a { background-color: rgb(1,85,47); }
div.DivClassName
{
background-color: #01552F;
}
.BgClassName
{
background-color: #01552F;
}
</style>
border-color css
<style>
span { border-color: #01552F; }
span { border-color: rgb(1,85,47); }
td.TdClassName
{
border-color: #01552F;
}
.TagClassName
{
border-color: #01552F;
}
</style>