Shades of British Racing Green #005027
Tints of British Racing Green #005027
RGB
CMYK
RGB Variations
Color information
#005027 (or 0x005027) is known color: British Racing Green. HEX triplet: 00, 50 and 27. RGB value is (0,80,39). Sum of RGB (Red+Green+Blue) = 0+80+39=119 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 119); Green value is 80 (31.64% from 255 or 67.23% from 119); Blue value is 39 (15.62% from 255 or 32.77% from 119); Max value from RGB is 80 - color contains mainly: green. Hex color #005027 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #005027 is #FFAFD8. Grayscale: #333333. Windows color (decimal): -16756697 or 2576384. OLE color: 2576384.
HSL color Cylindrical-coordinate representation of color #005027: hue angle of 149.25º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005027 is Cyan = 1, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 0 | 80 | 39 | - |
| CMYK | 1 | 0 | 0.51 | 0.69 |
| HSL | 149.25º | 1% | 0.16% | - |
| HSV(B) | 149.25º | 1% | 0.31% | - |
| XYZ | 3.23 | 5.88 | 2.88 | - |
| YUV | 51.41 | 121 | 91.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 80 | 39 | 1 | 0 | 0.51 | 0.69 | 149.25 | 1 | 0.16 |
| Hex | 0 | 50 | 27 | 64 | 0 | 33 | 45 | 95 | 64 | 10 |
| Octal | 0 | 120 | 47 | 144 | 0 | 63 | 105 | 225 | 144 | 20 |
| Binary | 0 | 1010000 | 100111 | 1100100 | 0 | 110011 | 1000101 | 10010101 | 1100100 | 10000 |
Color Harmonies of #005027
Complementary color
Monochromatic Colors of #005027
Black with #005027
Text Example
Text Example
White with #005027
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005027; }
p { color: rgb(0,80,39); }
H1.HeaderClassName
{
color: #005027;
}
.AnyTagClassName
{
color: #005027;
}
</style>
background-color css
<style>
a { background-color: #005027; }
a { background-color: rgb(0,80,39); }
div.DivClassName
{
background-color: #005027;
}
.BgClassName
{
background-color: #005027;
}
</style>
border-color css
<style>
span { border-color: #005027; }
span { border-color: rgb(0,80,39); }
td.TdClassName
{
border-color: #005027;
}
.TagClassName
{
border-color: #005027;
}
</style>