Shades of British Racing Green #014736
Tints of British Racing Green #014736
RGB
CMYK
RGB Variations
Color information
#014736 (or 0x014736) is known color: British Racing Green. HEX triplet: 01, 47 and 36. RGB value is (1,71,54). Sum of RGB (Red+Green+Blue) = 1+71+54=126 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.79% from 126); Green value is 71 (28.12% from 255 or 56.35% from 126); Blue value is 54 (21.48% from 255 or 42.86% from 126); Max value from RGB is 71 - color contains mainly: green. Hex color #014736 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014736 is #FEB8C9. Grayscale: #303030. Windows color (decimal): -16693450 or 3557121. OLE color: 3557121.
HSL color Cylindrical-coordinate representation of color #014736: hue angle of 165.43º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014736 is Cyan = 0.99, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 1 | 71 | 54 | - |
| CMYK | 0.99 | 0 | 0.24 | 0.72 |
| HSL | 165.43º | 0.97% | 0.14% | - |
| HSV(B) | 165.43º | 0.99% | 0.28% | - |
| XYZ | 2.93 | 4.78 | 4.26 | - |
| YUV | 48.13 | 131.31 | 94.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 71 | 54 | 0.99 | 0 | 0.24 | 0.72 | 165.43 | 0.97 | 0.14 |
| Hex | 1 | 47 | 36 | 63 | 0 | 18 | 48 | A5 | 61 | E |
| Octal | 1 | 107 | 66 | 143 | 0 | 30 | 110 | 245 | 141 | 16 |
| Binary | 1 | 1000111 | 110110 | 1100011 | 0 | 11000 | 1001000 | 10100101 | 1100001 | 1110 |
Color Harmonies of #014736
Complementary color
Monochromatic Colors of #014736
Black with #014736
Text Example
Text Example
White with #014736
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014736; }
p { color: rgb(1,71,54); }
H1.HeaderClassName
{
color: #014736;
}
.AnyTagClassName
{
color: #014736;
}
</style>
background-color css
<style>
a { background-color: #014736; }
a { background-color: rgb(1,71,54); }
div.DivClassName
{
background-color: #014736;
}
.BgClassName
{
background-color: #014736;
}
</style>
border-color css
<style>
span { border-color: #014736; }
span { border-color: rgb(1,71,54); }
td.TdClassName
{
border-color: #014736;
}
.TagClassName
{
border-color: #014736;
}
</style>