Shades of British Racing Green #005427
Tints of British Racing Green #005427
RGB
CMYK
RGB Variations
Color information
#005427 (or 0x005427) is known color: British Racing Green. HEX triplet: 00, 54 and 27. RGB value is (0,84,39). Sum of RGB (Red+Green+Blue) = 0+84+39=123 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 123); Green value is 84 (33.20% from 255 or 68.29% from 123); Blue value is 39 (15.62% from 255 or 31.71% from 123); Max value from RGB is 84 - color contains mainly: green. Hex color #005427 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #005427 is #FFABD8. Grayscale: #353535. Windows color (decimal): -16755673 or 2577408. OLE color: 2577408.
HSL color Cylindrical-coordinate representation of color #005427: hue angle of 147.86º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005427 is Cyan = 1, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 0 | 84 | 39 | - |
| CMYK | 1 | 0 | 0.54 | 0.67 |
| HSL | 147.86º | 1% | 0.16% | - |
| HSV(B) | 147.86º | 1% | 0.33% | - |
| XYZ | 3.54 | 6.49 | 2.99 | - |
| YUV | 53.75 | 119.67 | 89.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 84 | 39 | 1 | 0 | 0.54 | 0.67 | 147.86 | 1 | 0.16 |
| Hex | 0 | 54 | 27 | 64 | 0 | 36 | 43 | 94 | 64 | 10 |
| Octal | 0 | 124 | 47 | 144 | 0 | 66 | 103 | 224 | 144 | 20 |
| Binary | 0 | 1010100 | 100111 | 1100100 | 0 | 110110 | 1000011 | 10010100 | 1100100 | 10000 |
Color Harmonies of #005427
Complementary color
Monochromatic Colors of #005427
Black with #005427
Text Example
Text Example
White with #005427
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005427; }
p { color: rgb(0,84,39); }
H1.HeaderClassName
{
color: #005427;
}
.AnyTagClassName
{
color: #005427;
}
</style>
background-color css
<style>
a { background-color: #005427; }
a { background-color: rgb(0,84,39); }
div.DivClassName
{
background-color: #005427;
}
.BgClassName
{
background-color: #005427;
}
</style>
border-color css
<style>
span { border-color: #005427; }
span { border-color: rgb(0,84,39); }
td.TdClassName
{
border-color: #005427;
}
.TagClassName
{
border-color: #005427;
}
</style>