Shades of British Racing Green #014D25
Tints of British Racing Green #014D25
RGB
CMYK
RGB Variations
Color information
#014D25 (or 0x014D25) is known color: British Racing Green. HEX triplet: 01, 4D and 25. RGB value is (1,77,37). Sum of RGB (Red+Green+Blue) = 1+77+37=115 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.87% from 115); Green value is 77 (30.47% from 255 or 66.96% from 115); Blue value is 37 (14.84% from 255 or 32.17% from 115); Max value from RGB is 77 - color contains mainly: green. Hex color #014D25 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #014D25 is #FEB2DA. Grayscale: #313131. Windows color (decimal): -16691931 or 2444545. OLE color: 2444545.
HSL color Cylindrical-coordinate representation of color #014D25: hue angle of 148.42º 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 #014D25 is Cyan = 0.99, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 1 | 77 | 37 | - |
| CMYK | 0.99 | 0 | 0.52 | 0.70 |
| HSL | 148.42º | 0.97% | 0.15% | - |
| HSV(B) | 148.42º | 0.99% | 0.3% | - |
| XYZ | 3 | 5.45 | 2.64 | - |
| YUV | 49.72 | 120.82 | 93.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 77 | 37 | 0.99 | 0 | 0.52 | 0.70 | 148.42 | 0.97 | 0.15 |
| Hex | 1 | 4D | 25 | 63 | 0 | 34 | 46 | 94 | 61 | F |
| Octal | 1 | 115 | 45 | 143 | 0 | 64 | 106 | 224 | 141 | 17 |
| Binary | 1 | 1001101 | 100101 | 1100011 | 0 | 110100 | 1000110 | 10010100 | 1100001 | 1111 |
Color Harmonies of #014D25
Complementary color
Monochromatic Colors of #014D25
Black with #014D25
Text Example
Text Example
White with #014D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014D25; }
p { color: rgb(1,77,37); }
H1.HeaderClassName
{
color: #014D25;
}
.AnyTagClassName
{
color: #014D25;
}
</style>
background-color css
<style>
a { background-color: #014D25; }
a { background-color: rgb(1,77,37); }
div.DivClassName
{
background-color: #014D25;
}
.BgClassName
{
background-color: #014D25;
}
</style>
border-color css
<style>
span { border-color: #014D25; }
span { border-color: rgb(1,77,37); }
td.TdClassName
{
border-color: #014D25;
}
.TagClassName
{
border-color: #014D25;
}
</style>