Shades of British Racing Green #014819
Tints of British Racing Green #014819
RGB
CMYK
RGB Variations
Color information
#014819 (or 0x014819) is known color: British Racing Green. HEX triplet: 01, 48 and 19. RGB value is (1,72,25). Sum of RGB (Red+Green+Blue) = 1+72+25=98 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.02% from 98); Green value is 72 (28.52% from 255 or 73.47% from 98); Blue value is 25 (10.16% from 255 or 25.51% from 98); Max value from RGB is 72 - color contains mainly: green. Hex color #014819 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #014819 is #FEB7E6. Grayscale: #2D2D2D. Windows color (decimal): -16693223 or 1656833. OLE color: 1656833.
HSL color Cylindrical-coordinate representation of color #014819: hue angle of 140.28º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014819 is Cyan = 0.99, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 1 | 72 | 25 | - |
| CMYK | 0.99 | 0 | 0.65 | 0.72 |
| HSL | 140.28º | 0.97% | 0.14% | - |
| HSV(B) | 140.28º | 0.99% | 0.28% | - |
| XYZ | 2.51 | 4.71 | 1.7 | - |
| YUV | 45.41 | 116.48 | 96.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 72 | 25 | 0.99 | 0 | 0.65 | 0.72 | 140.28 | 0.97 | 0.14 |
| Hex | 1 | 48 | 19 | 63 | 0 | 41 | 48 | 8C | 61 | E |
| Octal | 1 | 110 | 31 | 143 | 0 | 101 | 110 | 214 | 141 | 16 |
| Binary | 1 | 1001000 | 11001 | 1100011 | 0 | 1000001 | 1001000 | 10001100 | 1100001 | 1110 |
Color Harmonies of #014819
Complementary color
Monochromatic Colors of #014819
Black with #014819
Text Example
Text Example
White with #014819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014819; }
p { color: rgb(1,72,25); }
H1.HeaderClassName
{
color: #014819;
}
.AnyTagClassName
{
color: #014819;
}
</style>
background-color css
<style>
a { background-color: #014819; }
a { background-color: rgb(1,72,25); }
div.DivClassName
{
background-color: #014819;
}
.BgClassName
{
background-color: #014819;
}
</style>
border-color css
<style>
span { border-color: #014819; }
span { border-color: rgb(1,72,25); }
td.TdClassName
{
border-color: #014819;
}
.TagClassName
{
border-color: #014819;
}
</style>