Shades of British Racing Green #013F11
Tints of British Racing Green #013F11
RGB
CMYK
RGB Variations
Color information
#013F11 (or 0x013F11) is known color: British Racing Green. HEX triplet: 01, 3F and 11. RGB value is (1,63,17). Sum of RGB (Red+Green+Blue) = 1+63+17=81 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.23% from 81); Green value is 63 (25% from 255 or 77.78% from 81); Blue value is 17 (7.03% from 255 or 20.99% from 81); Max value from RGB is 63 - color contains mainly: green. Hex color #013F11 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #013F11 is #FEC0EE. Grayscale: #272727. Windows color (decimal): -16695535 or 1130241. OLE color: 1130241.
HSL color Cylindrical-coordinate representation of color #013F11: hue angle of 135.48º 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 #013F11 is Cyan = 0.98, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 1 | 63 | 17 | - |
| CMYK | 0.98 | 0 | 0.73 | 0.75 |
| HSL | 135.48º | 0.97% | 0.13% | - |
| HSV(B) | 135.48º | 0.98% | 0.25% | - |
| XYZ | 1.89 | 3.6 | 1.13 | - |
| YUV | 39.22 | 115.46 | 100.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 63 | 17 | 0.98 | 0 | 0.73 | 0.75 | 135.48 | 0.97 | 0.13 |
| Hex | 1 | 3F | 11 | 62 | 0 | 49 | 4B | 87 | 61 | D |
| Octal | 1 | 77 | 21 | 142 | 0 | 111 | 113 | 207 | 141 | 15 |
| Binary | 1 | 111111 | 10001 | 1100010 | 0 | 1001001 | 1001011 | 10000111 | 1100001 | 1101 |
Color Harmonies of #013F11
Complementary color
Monochromatic Colors of #013F11
Black with #013F11
Text Example
Text Example
White with #013F11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013F11; }
p { color: rgb(1,63,17); }
H1.HeaderClassName
{
color: #013F11;
}
.AnyTagClassName
{
color: #013F11;
}
</style>
background-color css
<style>
a { background-color: #013F11; }
a { background-color: rgb(1,63,17); }
div.DivClassName
{
background-color: #013F11;
}
.BgClassName
{
background-color: #013F11;
}
</style>
border-color css
<style>
span { border-color: #013F11; }
span { border-color: rgb(1,63,17); }
td.TdClassName
{
border-color: #013F11;
}
.TagClassName
{
border-color: #013F11;
}
</style>