Shades of British Racing Green #013714
Tints of British Racing Green #013714
RGB
CMYK
RGB Variations
Color information
#013714 (or 0x013714) is known color: British Racing Green. HEX triplet: 01, 37 and 14. RGB value is (1,55,20). Sum of RGB (Red+Green+Blue) = 1+55+20=76 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.32% from 76); Green value is 55 (21.88% from 255 or 72.37% from 76); Blue value is 20 (8.20% from 255 or 26.32% from 76); Max value from RGB is 55 - color contains mainly: green. Hex color #013714 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #013714 is #FEC8EB. Grayscale: #222222. Windows color (decimal): -16697580 or 1324801. OLE color: 1324801.
HSL color Cylindrical-coordinate representation of color #013714: hue angle of 141.11º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #013714 is Cyan = 0.98, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 1 | 55 | 20 | - |
| CMYK | 0.98 | 0 | 0.64 | 0.78 |
| HSL | 141.11º | 0.96% | 0.11% | - |
| HSV(B) | 141.11º | 0.98% | 0.22% | - |
| XYZ | 1.5 | 2.79 | 1.12 | - |
| YUV | 34.86 | 119.61 | 103.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 55 | 20 | 0.98 | 0 | 0.64 | 0.78 | 141.11 | 0.96 | 0.11 |
| Hex | 1 | 37 | 14 | 62 | 0 | 40 | 4E | 8D | 60 | B |
| Octal | 1 | 67 | 24 | 142 | 0 | 100 | 116 | 215 | 140 | 13 |
| Binary | 1 | 110111 | 10100 | 1100010 | 0 | 1000000 | 1001110 | 10001101 | 1100000 | 1011 |
Color Harmonies of #013714
Complementary color
Monochromatic Colors of #013714
Black with #013714
Text Example
Text Example
White with #013714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013714; }
p { color: rgb(1,55,20); }
H1.HeaderClassName
{
color: #013714;
}
.AnyTagClassName
{
color: #013714;
}
</style>
background-color css
<style>
a { background-color: #013714; }
a { background-color: rgb(1,55,20); }
div.DivClassName
{
background-color: #013714;
}
.BgClassName
{
background-color: #013714;
}
</style>
border-color css
<style>
span { border-color: #013714; }
span { border-color: rgb(1,55,20); }
td.TdClassName
{
border-color: #013714;
}
.TagClassName
{
border-color: #013714;
}
</style>