Shades of British Racing Green #014D2F
Tints of British Racing Green #014D2F
RGB
CMYK
RGB Variations
Color information
#014D2F (or 0x014D2F) is known color: British Racing Green. HEX triplet: 01, 4D and 2F. RGB value is (1,77,47). Sum of RGB (Red+Green+Blue) = 1+77+47=125 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.8% from 125); Green value is 77 (30.47% from 255 or 61.6% from 125); Blue value is 47 (18.75% from 255 or 37.6% from 125); Max value from RGB is 77 - color contains mainly: green. Hex color #014D2F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #014D2F is #FEB2D0. Grayscale: #323232. Windows color (decimal): -16691921 or 3099905. OLE color: 3099905.
HSL color Cylindrical-coordinate representation of color #014D2F: hue angle of 156.32º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014D2F is Cyan = 0.99, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 1 | 77 | 47 | - |
| CMYK | 0.99 | 0 | 0.39 | 0.70 |
| HSL | 156.32º | 0.97% | 0.15% | - |
| HSV(B) | 156.32º | 0.99% | 0.3% | - |
| XYZ | 3.18 | 5.52 | 3.59 | - |
| YUV | 50.86 | 125.82 | 92.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 77 | 47 | 0.99 | 0 | 0.39 | 0.70 | 156.32 | 0.97 | 0.15 |
| Hex | 1 | 4D | 2F | 63 | 0 | 27 | 46 | 9C | 61 | F |
| Octal | 1 | 115 | 57 | 143 | 0 | 47 | 106 | 234 | 141 | 17 |
| Binary | 1 | 1001101 | 101111 | 1100011 | 0 | 100111 | 1000110 | 10011100 | 1100001 | 1111 |
Color Harmonies of #014D2F
Complementary color
Monochromatic Colors of #014D2F
Black with #014D2F
Text Example
Text Example
White with #014D2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014D2F; }
p { color: rgb(1,77,47); }
H1.HeaderClassName
{
color: #014D2F;
}
.AnyTagClassName
{
color: #014D2F;
}
</style>
background-color css
<style>
a { background-color: #014D2F; }
a { background-color: rgb(1,77,47); }
div.DivClassName
{
background-color: #014D2F;
}
.BgClassName
{
background-color: #014D2F;
}
</style>
border-color css
<style>
span { border-color: #014D2F; }
span { border-color: rgb(1,77,47); }
td.TdClassName
{
border-color: #014D2F;
}
.TagClassName
{
border-color: #014D2F;
}
</style>