Shades of British Racing Green #013F12
Tints of British Racing Green #013F12
RGB
CMYK
RGB Variations
Color information
#013F12 (or 0x013F12) is known color: British Racing Green. HEX triplet: 01, 3F and 12. RGB value is (1,63,18). Sum of RGB (Red+Green+Blue) = 1+63+18=82 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.22% from 82); Green value is 63 (25% from 255 or 76.83% from 82); Blue value is 18 (7.42% from 255 or 21.95% from 82); Max value from RGB is 63 - color contains mainly: green. Hex color #013F12 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #013F12 is #FEC0ED. Grayscale: #272727. Windows color (decimal): -16695534 or 1195777. OLE color: 1195777.
HSL color Cylindrical-coordinate representation of color #013F12: hue angle of 136.45º 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 #013F12 is Cyan = 0.98, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 1 | 63 | 18 | - |
| CMYK | 0.98 | 0 | 0.71 | 0.75 |
| HSL | 136.45º | 0.97% | 0.13% | - |
| HSV(B) | 136.45º | 0.98% | 0.25% | - |
| XYZ | 1.9 | 3.61 | 1.17 | - |
| YUV | 39.33 | 115.96 | 100.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 63 | 18 | 0.98 | 0 | 0.71 | 0.75 | 136.45 | 0.97 | 0.13 |
| Hex | 1 | 3F | 12 | 62 | 0 | 47 | 4B | 88 | 61 | D |
| Octal | 1 | 77 | 22 | 142 | 0 | 107 | 113 | 210 | 141 | 15 |
| Binary | 1 | 111111 | 10010 | 1100010 | 0 | 1000111 | 1001011 | 10001000 | 1100001 | 1101 |
Color Harmonies of #013F12
Complementary color
Monochromatic Colors of #013F12
Black with #013F12
Text Example
Text Example
White with #013F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013F12; }
p { color: rgb(1,63,18); }
H1.HeaderClassName
{
color: #013F12;
}
.AnyTagClassName
{
color: #013F12;
}
</style>
background-color css
<style>
a { background-color: #013F12; }
a { background-color: rgb(1,63,18); }
div.DivClassName
{
background-color: #013F12;
}
.BgClassName
{
background-color: #013F12;
}
</style>
border-color css
<style>
span { border-color: #013F12; }
span { border-color: rgb(1,63,18); }
td.TdClassName
{
border-color: #013F12;
}
.TagClassName
{
border-color: #013F12;
}
</style>