Shades of British Racing Green #014113
Tints of British Racing Green #014113
RGB
CMYK
RGB Variations
Color information
#014113 (or 0x014113) is known color: British Racing Green. HEX triplet: 01, 41 and 13. RGB value is (1,65,19). Sum of RGB (Red+Green+Blue) = 1+65+19=85 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.18% from 85); Green value is 65 (25.78% from 255 or 76.47% from 85); Blue value is 19 (7.81% from 255 or 22.35% from 85); Max value from RGB is 65 - color contains mainly: green. Hex color #014113 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #014113 is #FEBEEC. Grayscale: #282828. Windows color (decimal): -16695021 or 1261825. OLE color: 1261825.
HSL color Cylindrical-coordinate representation of color #014113: hue angle of 136.88º 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 #014113 is Cyan = 0.98, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 1 | 65 | 19 | - |
| CMYK | 0.98 | 0 | 0.71 | 0.75 |
| HSL | 136.88º | 0.97% | 0.13% | - |
| HSV(B) | 136.88º | 0.98% | 0.25% | - |
| XYZ | 2.02 | 3.83 | 1.25 | - |
| YUV | 40.62 | 115.8 | 99.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 65 | 19 | 0.98 | 0 | 0.71 | 0.75 | 136.88 | 0.97 | 0.13 |
| Hex | 1 | 41 | 13 | 62 | 0 | 47 | 4B | 89 | 61 | D |
| Octal | 1 | 101 | 23 | 142 | 0 | 107 | 113 | 211 | 141 | 15 |
| Binary | 1 | 1000001 | 10011 | 1100010 | 0 | 1000111 | 1001011 | 10001001 | 1100001 | 1101 |
Color Harmonies of #014113
Complementary color
Monochromatic Colors of #014113
Black with #014113
Text Example
Text Example
White with #014113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014113; }
p { color: rgb(1,65,19); }
H1.HeaderClassName
{
color: #014113;
}
.AnyTagClassName
{
color: #014113;
}
</style>
background-color css
<style>
a { background-color: #014113; }
a { background-color: rgb(1,65,19); }
div.DivClassName
{
background-color: #014113;
}
.BgClassName
{
background-color: #014113;
}
</style>
border-color css
<style>
span { border-color: #014113; }
span { border-color: rgb(1,65,19); }
td.TdClassName
{
border-color: #014113;
}
.TagClassName
{
border-color: #014113;
}
</style>