Shades of British Racing Green #013913
Tints of British Racing Green #013913
RGB
CMYK
RGB Variations
Color information
#013913 (or 0x013913) is known color: British Racing Green. HEX triplet: 01, 39 and 13. RGB value is (1,57,19). Sum of RGB (Red+Green+Blue) = 1+57+19=77 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.30% from 77); Green value is 57 (22.66% from 255 or 74.03% from 77); Blue value is 19 (7.81% from 255 or 24.68% from 77); Max value from RGB is 57 - color contains mainly: green. Hex color #013913 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #013913 is #FEC6EC. Grayscale: #242424. Windows color (decimal): -16697069 or 1259777. OLE color: 1259777.
HSL color Cylindrical-coordinate representation of color #013913: hue angle of 139.29º 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 #013913 is Cyan = 0.98, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 1 | 57 | 19 | - |
| CMYK | 0.98 | 0 | 0.67 | 0.78 |
| HSL | 139.29º | 0.97% | 0.11% | - |
| HSV(B) | 139.29º | 0.98% | 0.22% | - |
| XYZ | 1.59 | 2.98 | 1.11 | - |
| YUV | 35.92 | 118.45 | 103.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 57 | 19 | 0.98 | 0 | 0.67 | 0.78 | 139.29 | 0.97 | 0.11 |
| Hex | 1 | 39 | 13 | 62 | 0 | 43 | 4E | 8B | 61 | B |
| Octal | 1 | 71 | 23 | 142 | 0 | 103 | 116 | 213 | 141 | 13 |
| Binary | 1 | 111001 | 10011 | 1100010 | 0 | 1000011 | 1001110 | 10001011 | 1100001 | 1011 |
Color Harmonies of #013913
Complementary color
Monochromatic Colors of #013913
Black with #013913
Text Example
Text Example
White with #013913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013913; }
p { color: rgb(1,57,19); }
H1.HeaderClassName
{
color: #013913;
}
.AnyTagClassName
{
color: #013913;
}
</style>
background-color css
<style>
a { background-color: #013913; }
a { background-color: rgb(1,57,19); }
div.DivClassName
{
background-color: #013913;
}
.BgClassName
{
background-color: #013913;
}
</style>
border-color css
<style>
span { border-color: #013913; }
span { border-color: rgb(1,57,19); }
td.TdClassName
{
border-color: #013913;
}
.TagClassName
{
border-color: #013913;
}
</style>