Shades of British Racing Green #014818
Tints of British Racing Green #014818
RGB
CMYK
RGB Variations
Color information
#014818 (or 0x014818) is known color: British Racing Green. HEX triplet: 01, 48 and 18. RGB value is (1,72,24). Sum of RGB (Red+Green+Blue) = 1+72+24=97 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.03% from 97); Green value is 72 (28.52% from 255 or 74.23% from 97); Blue value is 24 (9.77% from 255 or 24.74% from 97); Max value from RGB is 72 - color contains mainly: green. Hex color #014818 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #014818 is #FEB7E7. Grayscale: #2D2D2D. Windows color (decimal): -16693224 or 1591297. OLE color: 1591297.
HSL color Cylindrical-coordinate representation of color #014818: hue angle of 139.44º 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 #014818 is Cyan = 0.99, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 1 | 72 | 24 | - |
| CMYK | 0.99 | 0 | 0.67 | 0.72 |
| HSL | 139.44º | 0.97% | 0.14% | - |
| HSV(B) | 139.44º | 0.99% | 0.28% | - |
| XYZ | 2.49 | 4.71 | 1.64 | - |
| YUV | 45.3 | 115.98 | 96.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 72 | 24 | 0.99 | 0 | 0.67 | 0.72 | 139.44 | 0.97 | 0.14 |
| Hex | 1 | 48 | 18 | 63 | 0 | 43 | 48 | 8B | 61 | E |
| Octal | 1 | 110 | 30 | 143 | 0 | 103 | 110 | 213 | 141 | 16 |
| Binary | 1 | 1001000 | 11000 | 1100011 | 0 | 1000011 | 1001000 | 10001011 | 1100001 | 1110 |
Color Harmonies of #014818
Complementary color
Monochromatic Colors of #014818
Black with #014818
Text Example
Text Example
White with #014818
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014818; }
p { color: rgb(1,72,24); }
H1.HeaderClassName
{
color: #014818;
}
.AnyTagClassName
{
color: #014818;
}
</style>
background-color css
<style>
a { background-color: #014818; }
a { background-color: rgb(1,72,24); }
div.DivClassName
{
background-color: #014818;
}
.BgClassName
{
background-color: #014818;
}
</style>
border-color css
<style>
span { border-color: #014818; }
span { border-color: rgb(1,72,24); }
td.TdClassName
{
border-color: #014818;
}
.TagClassName
{
border-color: #014818;
}
</style>