Shades of British Racing Green #014D33
Tints of British Racing Green #014D33
RGB
CMYK
RGB Variations
Color information
#014D33 (or 0x014D33) is known color: British Racing Green. HEX triplet: 01, 4D and 33. RGB value is (1,77,51). Sum of RGB (Red+Green+Blue) = 1+77+51=129 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.78% from 129); Green value is 77 (30.47% from 255 or 59.69% from 129); Blue value is 51 (20.31% from 255 or 39.53% from 129); Max value from RGB is 77 - color contains mainly: green. Hex color #014D33 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #014D33 is #FEB2CC. Grayscale: #333333. Windows color (decimal): -16691917 or 3362049. OLE color: 3362049.
HSL color Cylindrical-coordinate representation of color #014D33: hue angle of 159.47º 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 #014D33 is Cyan = 0.99, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 1 | 77 | 51 | - |
| CMYK | 0.99 | 0 | 0.34 | 0.70 |
| HSL | 159.47º | 0.97% | 0.15% | - |
| HSV(B) | 159.47º | 0.99% | 0.3% | - |
| XYZ | 3.26 | 5.55 | 4.03 | - |
| YUV | 51.31 | 127.82 | 92.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 77 | 51 | 0.99 | 0 | 0.34 | 0.70 | 159.47 | 0.97 | 0.15 |
| Hex | 1 | 4D | 33 | 63 | 0 | 22 | 46 | 9F | 61 | F |
| Octal | 1 | 115 | 63 | 143 | 0 | 42 | 106 | 237 | 141 | 17 |
| Binary | 1 | 1001101 | 110011 | 1100011 | 0 | 100010 | 1000110 | 10011111 | 1100001 | 1111 |
Color Harmonies of #014D33
Complementary color
Monochromatic Colors of #014D33
Black with #014D33
Text Example
Text Example
White with #014D33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014D33; }
p { color: rgb(1,77,51); }
H1.HeaderClassName
{
color: #014D33;
}
.AnyTagClassName
{
color: #014D33;
}
</style>
background-color css
<style>
a { background-color: #014D33; }
a { background-color: rgb(1,77,51); }
div.DivClassName
{
background-color: #014D33;
}
.BgClassName
{
background-color: #014D33;
}
</style>
border-color css
<style>
span { border-color: #014D33; }
span { border-color: rgb(1,77,51); }
td.TdClassName
{
border-color: #014D33;
}
.TagClassName
{
border-color: #014D33;
}
</style>