Shades of British Racing Green #013C15
Tints of British Racing Green #013C15
RGB
CMYK
RGB Variations
Color information
#013C15 (or 0x013C15) is known color: British Racing Green. HEX triplet: 01, 3C and 15. RGB value is (1,60,21). Sum of RGB (Red+Green+Blue) = 1+60+21=82 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.22% from 82); Green value is 60 (23.83% from 255 or 73.17% from 82); Blue value is 21 (8.59% from 255 or 25.61% from 82); Max value from RGB is 60 - color contains mainly: green. Hex color #013C15 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #013C15 is #FEC3EA. Grayscale: #262626. Windows color (decimal): -16696299 or 1391617. OLE color: 1391617.
HSL color Cylindrical-coordinate representation of color #013C15: hue angle of 140.34º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #013C15 is Cyan = 0.98, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 1 | 60 | 21 | - |
| CMYK | 0.98 | 0 | 0.65 | 0.76 |
| HSL | 140.34º | 0.97% | 0.12% | - |
| HSV(B) | 140.34º | 0.98% | 0.24% | - |
| XYZ | 1.76 | 3.29 | 1.25 | - |
| YUV | 37.91 | 118.45 | 101.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 60 | 21 | 0.98 | 0 | 0.65 | 0.76 | 140.34 | 0.97 | 0.12 |
| Hex | 1 | 3C | 15 | 62 | 0 | 41 | 4C | 8C | 61 | C |
| Octal | 1 | 74 | 25 | 142 | 0 | 101 | 114 | 214 | 141 | 14 |
| Binary | 1 | 111100 | 10101 | 1100010 | 0 | 1000001 | 1001100 | 10001100 | 1100001 | 1100 |
Color Harmonies of #013C15
Complementary color
Monochromatic Colors of #013C15
Black with #013C15
Text Example
Text Example
White with #013C15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013C15; }
p { color: rgb(1,60,21); }
H1.HeaderClassName
{
color: #013C15;
}
.AnyTagClassName
{
color: #013C15;
}
</style>
background-color css
<style>
a { background-color: #013C15; }
a { background-color: rgb(1,60,21); }
div.DivClassName
{
background-color: #013C15;
}
.BgClassName
{
background-color: #013C15;
}
</style>
border-color css
<style>
span { border-color: #013C15; }
span { border-color: rgb(1,60,21); }
td.TdClassName
{
border-color: #013C15;
}
.TagClassName
{
border-color: #013C15;
}
</style>