Shades of British Racing Green #014C25
Tints of British Racing Green #014C25
RGB
CMYK
RGB Variations
Color information
#014C25 (or 0x014C25) is known color: British Racing Green. HEX triplet: 01, 4C and 25. RGB value is (1,76,37). Sum of RGB (Red+Green+Blue) = 1+76+37=114 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.88% from 114); Green value is 76 (30.08% from 255 or 66.67% from 114); Blue value is 37 (14.84% from 255 or 32.46% from 114); Max value from RGB is 76 - color contains mainly: green. Hex color #014C25 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014C25 is #FEB3DA. Grayscale: #313131. Windows color (decimal): -16692187 or 2444289. OLE color: 2444289.
HSL color Cylindrical-coordinate representation of color #014C25: hue angle of 148.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 #014C25 is Cyan = 0.99, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 1 | 76 | 37 | - |
| CMYK | 0.99 | 0 | 0.51 | 0.70 |
| HSL | 148.8º | 0.97% | 0.15% | - |
| HSV(B) | 148.8º | 0.99% | 0.3% | - |
| XYZ | 2.93 | 5.31 | 2.62 | - |
| YUV | 49.13 | 121.15 | 93.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 76 | 37 | 0.99 | 0 | 0.51 | 0.70 | 148.8 | 0.97 | 0.15 |
| Hex | 1 | 4C | 25 | 63 | 0 | 33 | 46 | 95 | 61 | F |
| Octal | 1 | 114 | 45 | 143 | 0 | 63 | 106 | 225 | 141 | 17 |
| Binary | 1 | 1001100 | 100101 | 1100011 | 0 | 110011 | 1000110 | 10010101 | 1100001 | 1111 |
Color Harmonies of #014C25
Complementary color
Monochromatic Colors of #014C25
Black with #014C25
Text Example
Text Example
White with #014C25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014C25; }
p { color: rgb(1,76,37); }
H1.HeaderClassName
{
color: #014C25;
}
.AnyTagClassName
{
color: #014C25;
}
</style>
background-color css
<style>
a { background-color: #014C25; }
a { background-color: rgb(1,76,37); }
div.DivClassName
{
background-color: #014C25;
}
.BgClassName
{
background-color: #014C25;
}
</style>
border-color css
<style>
span { border-color: #014C25; }
span { border-color: rgb(1,76,37); }
td.TdClassName
{
border-color: #014C25;
}
.TagClassName
{
border-color: #014C25;
}
</style>