Shades of British Racing Green #014D1B
Tints of British Racing Green #014D1B
RGB
CMYK
RGB Variations
Color information
#014D1B (or 0x014D1B) is known color: British Racing Green. HEX triplet: 01, 4D and 1B. RGB value is (1,77,27). Sum of RGB (Red+Green+Blue) = 1+77+27=105 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.95% from 105); Green value is 77 (30.47% from 255 or 73.33% from 105); Blue value is 27 (10.94% from 255 or 25.71% from 105); Max value from RGB is 77 - color contains mainly: green. Hex color #014D1B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #014D1B is #FEB2E4. Grayscale: #303030. Windows color (decimal): -16691941 or 1789185. OLE color: 1789185.
HSL color Cylindrical-coordinate representation of color #014D1B: hue angle of 140.53º 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 #014D1B is Cyan = 0.99, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 1 | 77 | 27 | - |
| CMYK | 0.99 | 0 | 0.65 | 0.70 |
| HSL | 140.53º | 0.97% | 0.15% | - |
| HSV(B) | 140.53º | 0.99% | 0.3% | - |
| XYZ | 2.86 | 5.39 | 1.93 | - |
| YUV | 48.58 | 115.82 | 94.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 77 | 27 | 0.99 | 0 | 0.65 | 0.70 | 140.53 | 0.97 | 0.15 |
| Hex | 1 | 4D | 1B | 63 | 0 | 41 | 46 | 8D | 61 | F |
| Octal | 1 | 115 | 33 | 143 | 0 | 101 | 106 | 215 | 141 | 17 |
| Binary | 1 | 1001101 | 11011 | 1100011 | 0 | 1000001 | 1000110 | 10001101 | 1100001 | 1111 |
Color Harmonies of #014D1B
Complementary color
Monochromatic Colors of #014D1B
Black with #014D1B
Text Example
Text Example
White with #014D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014D1B; }
p { color: rgb(1,77,27); }
H1.HeaderClassName
{
color: #014D1B;
}
.AnyTagClassName
{
color: #014D1B;
}
</style>
background-color css
<style>
a { background-color: #014D1B; }
a { background-color: rgb(1,77,27); }
div.DivClassName
{
background-color: #014D1B;
}
.BgClassName
{
background-color: #014D1B;
}
</style>
border-color css
<style>
span { border-color: #014D1B; }
span { border-color: rgb(1,77,27); }
td.TdClassName
{
border-color: #014D1B;
}
.TagClassName
{
border-color: #014D1B;
}
</style>