Shades of British Racing Green #05502F
Tints of British Racing Green #05502F
RGB
CMYK
RGB Variations
Color information
#05502F (or 0x05502F) is known color: British Racing Green. HEX triplet: 05, 50 and 2F. RGB value is (5,80,47). Sum of RGB (Red+Green+Blue) = 5+80+47=132 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.79% from 132); Green value is 80 (31.64% from 255 or 60.61% from 132); Blue value is 47 (18.75% from 255 or 35.61% from 132); Max value from RGB is 80 - color contains mainly: green. Hex color #05502F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #05502F is #FAAFD0. Grayscale: #353535. Windows color (decimal): -16429009 or 3100677. OLE color: 3100677.
HSL color Cylindrical-coordinate representation of color #05502F: hue angle of 153.6º degrees, saturation: 0.88, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #05502F is Cyan = 0.94, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 5 | 80 | 47 | - |
| CMYK | 0.94 | 0 | 0.41 | 0.69 |
| HSL | 153.6º | 0.88% | 0.17% | - |
| HSV(B) | 153.6º | 0.94% | 0.31% | - |
| XYZ | 3.44 | 5.97 | 3.66 | - |
| YUV | 53.81 | 124.15 | 93.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 80 | 47 | 0.94 | 0 | 0.41 | 0.69 | 153.6 | 0.88 | 0.17 |
| Hex | 5 | 50 | 2F | 5E | 0 | 29 | 45 | 9A | 58 | 11 |
| Octal | 5 | 120 | 57 | 136 | 0 | 51 | 105 | 232 | 130 | 21 |
| Binary | 101 | 1010000 | 101111 | 1011110 | 0 | 101001 | 1000101 | 10011010 | 1011000 | 10001 |
Color Harmonies of #05502F
Complementary color
Monochromatic Colors of #05502F
Black with #05502F
Text Example
Text Example
White with #05502F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05502F; }
p { color: rgb(5,80,47); }
H1.HeaderClassName
{
color: #05502F;
}
.AnyTagClassName
{
color: #05502F;
}
</style>
background-color css
<style>
a { background-color: #05502F; }
a { background-color: rgb(5,80,47); }
div.DivClassName
{
background-color: #05502F;
}
.BgClassName
{
background-color: #05502F;
}
</style>
border-color css
<style>
span { border-color: #05502F; }
span { border-color: rgb(5,80,47); }
td.TdClassName
{
border-color: #05502F;
}
.TagClassName
{
border-color: #05502F;
}
</style>