Shades of British Racing Green #013F17
Tints of British Racing Green #013F17
RGB
CMYK
RGB Variations
Color information
#013F17 (or 0x013F17) is known color: British Racing Green. HEX triplet: 01, 3F and 17. RGB value is (1,63,23). Sum of RGB (Red+Green+Blue) = 1+63+23=87 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.15% from 87); Green value is 63 (25% from 255 or 72.41% from 87); Blue value is 23 (9.38% from 255 or 26.44% from 87); Max value from RGB is 63 - color contains mainly: green. Hex color #013F17 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #013F17 is #FEC0E8. Grayscale: #272727. Windows color (decimal): -16695529 or 1523457. OLE color: 1523457.
HSL color Cylindrical-coordinate representation of color #013F17: hue angle of 141.29º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #013F17 is Cyan = 0.98, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 1 | 63 | 23 | - |
| CMYK | 0.98 | 0 | 0.63 | 0.75 |
| HSL | 141.29º | 0.97% | 0.13% | - |
| HSV(B) | 141.29º | 0.98% | 0.25% | - |
| XYZ | 1.94 | 3.62 | 1.41 | - |
| YUV | 39.9 | 118.46 | 100.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 63 | 23 | 0.98 | 0 | 0.63 | 0.75 | 141.29 | 0.97 | 0.13 |
| Hex | 1 | 3F | 17 | 62 | 0 | 3F | 4B | 8D | 61 | D |
| Octal | 1 | 77 | 27 | 142 | 0 | 77 | 113 | 215 | 141 | 15 |
| Binary | 1 | 111111 | 10111 | 1100010 | 0 | 111111 | 1001011 | 10001101 | 1100001 | 1101 |
Color Harmonies of #013F17
Complementary color
Monochromatic Colors of #013F17
Black with #013F17
Text Example
Text Example
White with #013F17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013F17; }
p { color: rgb(1,63,23); }
H1.HeaderClassName
{
color: #013F17;
}
.AnyTagClassName
{
color: #013F17;
}
</style>
background-color css
<style>
a { background-color: #013F17; }
a { background-color: rgb(1,63,23); }
div.DivClassName
{
background-color: #013F17;
}
.BgClassName
{
background-color: #013F17;
}
</style>
border-color css
<style>
span { border-color: #013F17; }
span { border-color: rgb(1,63,23); }
td.TdClassName
{
border-color: #013F17;
}
.TagClassName
{
border-color: #013F17;
}
</style>