Shades of British Racing Green #014C2F
Tints of British Racing Green #014C2F
RGB
CMYK
RGB Variations
Color information
#014C2F (or 0x014C2F) is known color: British Racing Green. HEX triplet: 01, 4C and 2F. RGB value is (1,76,47). Sum of RGB (Red+Green+Blue) = 1+76+47=124 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.81% from 124); Green value is 76 (30.08% from 255 or 61.29% from 124); Blue value is 47 (18.75% from 255 or 37.90% from 124); Max value from RGB is 76 - color contains mainly: green. Hex color #014C2F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014C2F is #FEB3D0. Grayscale: #323232. Windows color (decimal): -16692177 or 3099649. OLE color: 3099649.
HSL color Cylindrical-coordinate representation of color #014C2F: hue angle of 156.8º 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 #014C2F is Cyan = 0.99, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 1 | 76 | 47 | - |
| CMYK | 0.99 | 0 | 0.38 | 0.70 |
| HSL | 156.8º | 0.97% | 0.15% | - |
| HSV(B) | 156.8º | 0.99% | 0.3% | - |
| XYZ | 3.11 | 5.38 | 3.56 | - |
| YUV | 50.27 | 126.15 | 92.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 76 | 47 | 0.99 | 0 | 0.38 | 0.70 | 156.8 | 0.97 | 0.15 |
| Hex | 1 | 4C | 2F | 63 | 0 | 26 | 46 | 9D | 61 | F |
| Octal | 1 | 114 | 57 | 143 | 0 | 46 | 106 | 235 | 141 | 17 |
| Binary | 1 | 1001100 | 101111 | 1100011 | 0 | 100110 | 1000110 | 10011101 | 1100001 | 1111 |
Color Harmonies of #014C2F
Complementary color
Monochromatic Colors of #014C2F
Black with #014C2F
Text Example
Text Example
White with #014C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014C2F; }
p { color: rgb(1,76,47); }
H1.HeaderClassName
{
color: #014C2F;
}
.AnyTagClassName
{
color: #014C2F;
}
</style>
background-color css
<style>
a { background-color: #014C2F; }
a { background-color: rgb(1,76,47); }
div.DivClassName
{
background-color: #014C2F;
}
.BgClassName
{
background-color: #014C2F;
}
</style>
border-color css
<style>
span { border-color: #014C2F; }
span { border-color: rgb(1,76,47); }
td.TdClassName
{
border-color: #014C2F;
}
.TagClassName
{
border-color: #014C2F;
}
</style>