Shades of British Racing Green #005227
Tints of British Racing Green #005227
RGB
CMYK
RGB Variations
Color information
#005227 (or 0x005227) is known color: British Racing Green. HEX triplet: 00, 52 and 27. RGB value is (0,82,39). Sum of RGB (Red+Green+Blue) = 0+82+39=121 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 121); Green value is 82 (32.42% from 255 or 67.77% from 121); Blue value is 39 (15.62% from 255 or 32.23% from 121); Max value from RGB is 82 - color contains mainly: green. Hex color #005227 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #005227 is #FFADD8. Grayscale: #343434. Windows color (decimal): -16756185 or 2576896. OLE color: 2576896.
HSL color Cylindrical-coordinate representation of color #005227: hue angle of 148.54º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005227 is Cyan = 1, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 0 | 82 | 39 | - |
| CMYK | 1 | 0 | 0.52 | 0.68 |
| HSL | 148.54º | 1% | 0.16% | - |
| HSV(B) | 148.54º | 1% | 0.32% | - |
| XYZ | 3.38 | 6.18 | 2.93 | - |
| YUV | 52.58 | 120.33 | 90.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 82 | 39 | 1 | 0 | 0.52 | 0.68 | 148.54 | 1 | 0.16 |
| Hex | 0 | 52 | 27 | 64 | 0 | 34 | 44 | 95 | 64 | 10 |
| Octal | 0 | 122 | 47 | 144 | 0 | 64 | 104 | 225 | 144 | 20 |
| Binary | 0 | 1010010 | 100111 | 1100100 | 0 | 110100 | 1000100 | 10010101 | 1100100 | 10000 |
Color Harmonies of #005227
Complementary color
Monochromatic Colors of #005227
Black with #005227
Text Example
Text Example
White with #005227
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005227; }
p { color: rgb(0,82,39); }
H1.HeaderClassName
{
color: #005227;
}
.AnyTagClassName
{
color: #005227;
}
</style>
background-color css
<style>
a { background-color: #005227; }
a { background-color: rgb(0,82,39); }
div.DivClassName
{
background-color: #005227;
}
.BgClassName
{
background-color: #005227;
}
</style>
border-color css
<style>
span { border-color: #005227; }
span { border-color: rgb(0,82,39); }
td.TdClassName
{
border-color: #005227;
}
.TagClassName
{
border-color: #005227;
}
</style>