Shades of British Racing Green #013914
Tints of British Racing Green #013914
RGB
CMYK
RGB Variations
Color information
#013914 (or 0x013914) is known color: British Racing Green. HEX triplet: 01, 39 and 14. RGB value is (1,57,20). Sum of RGB (Red+Green+Blue) = 1+57+20=78 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.28% from 78); Green value is 57 (22.66% from 255 or 73.08% from 78); Blue value is 20 (8.20% from 255 or 25.64% from 78); Max value from RGB is 57 - color contains mainly: green. Hex color #013914 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #013914 is #FEC6EB. Grayscale: #242424. Windows color (decimal): -16697068 or 1325313. OLE color: 1325313.
HSL color Cylindrical-coordinate representation of color #013914: hue angle of 140.36º degrees, saturation: 0.97, 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 #013914 is Cyan = 0.98, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 1 | 57 | 20 | - |
| CMYK | 0.98 | 0 | 0.65 | 0.78 |
| HSL | 140.36º | 0.97% | 0.11% | - |
| HSV(B) | 140.36º | 0.98% | 0.22% | - |
| XYZ | 1.6 | 2.98 | 1.15 | - |
| YUV | 36.04 | 118.95 | 103.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 57 | 20 | 0.98 | 0 | 0.65 | 0.78 | 140.36 | 0.97 | 0.11 |
| Hex | 1 | 39 | 14 | 62 | 0 | 41 | 4E | 8C | 61 | B |
| Octal | 1 | 71 | 24 | 142 | 0 | 101 | 116 | 214 | 141 | 13 |
| Binary | 1 | 111001 | 10100 | 1100010 | 0 | 1000001 | 1001110 | 10001100 | 1100001 | 1011 |
Color Harmonies of #013914
Complementary color
Monochromatic Colors of #013914
Black with #013914
Text Example
Text Example
White with #013914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013914; }
p { color: rgb(1,57,20); }
H1.HeaderClassName
{
color: #013914;
}
.AnyTagClassName
{
color: #013914;
}
</style>
background-color css
<style>
a { background-color: #013914; }
a { background-color: rgb(1,57,20); }
div.DivClassName
{
background-color: #013914;
}
.BgClassName
{
background-color: #013914;
}
</style>
border-color css
<style>
span { border-color: #013914; }
span { border-color: rgb(1,57,20); }
td.TdClassName
{
border-color: #013914;
}
.TagClassName
{
border-color: #013914;
}
</style>