Shades of British Racing Green #004F27
Tints of British Racing Green #004F27
RGB
CMYK
RGB Variations
Color information
#004F27 (or 0x004F27) is known color: British Racing Green. HEX triplet: 00, 4F and 27. RGB value is (0,79,39). Sum of RGB (Red+Green+Blue) = 0+79+39=118 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 118); Green value is 79 (31.25% from 255 or 66.95% from 118); Blue value is 39 (15.62% from 255 or 33.05% from 118); Max value from RGB is 79 - color contains mainly: green. Hex color #004F27 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #004F27 is #FFB0D8. Grayscale: #323232. Windows color (decimal): -16756953 or 2576128. OLE color: 2576128.
HSL color Cylindrical-coordinate representation of color #004F27: hue angle of 149.62º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004F27 is Cyan = 1, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 0 | 79 | 39 | - |
| CMYK | 1 | 0 | 0.51 | 0.69 |
| HSL | 149.62º | 1% | 0.15% | - |
| HSV(B) | 149.62º | 1% | 0.31% | - |
| XYZ | 3.16 | 5.74 | 2.86 | - |
| YUV | 50.82 | 121.33 | 91.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 79 | 39 | 1 | 0 | 0.51 | 0.69 | 149.62 | 1 | 0.15 |
| Hex | 0 | 4F | 27 | 64 | 0 | 33 | 45 | 96 | 64 | F |
| Octal | 0 | 117 | 47 | 144 | 0 | 63 | 105 | 226 | 144 | 17 |
| Binary | 0 | 1001111 | 100111 | 1100100 | 0 | 110011 | 1000101 | 10010110 | 1100100 | 1111 |
Color Harmonies of #004F27
Complementary color
Monochromatic Colors of #004F27
Black with #004F27
Text Example
Text Example
White with #004F27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004F27; }
p { color: rgb(0,79,39); }
H1.HeaderClassName
{
color: #004F27;
}
.AnyTagClassName
{
color: #004F27;
}
</style>
background-color css
<style>
a { background-color: #004F27; }
a { background-color: rgb(0,79,39); }
div.DivClassName
{
background-color: #004F27;
}
.BgClassName
{
background-color: #004F27;
}
</style>
border-color css
<style>
span { border-color: #004F27; }
span { border-color: rgb(0,79,39); }
td.TdClassName
{
border-color: #004F27;
}
.TagClassName
{
border-color: #004F27;
}
</style>