Shades of British Racing Green #004A15
Tints of British Racing Green #004A15
RGB
CMYK
RGB Variations
Color information
#004A15 (or 0x004A15) is known color: British Racing Green. HEX triplet: 00, 4A and 15. RGB value is (0,74,21). Sum of RGB (Red+Green+Blue) = 0+74+21=95 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 95); Green value is 74 (29.30% from 255 or 77.89% from 95); Blue value is 21 (8.59% from 255 or 22.11% from 95); Max value from RGB is 74 - color contains mainly: green. Hex color #004A15 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #004A15 is #FFB5EA. Grayscale: #2D2D2D. Windows color (decimal): -16758251 or 1395200. OLE color: 1395200.
HSL color Cylindrical-coordinate representation of color #004A15: hue angle of 137.03º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004A15 is Cyan = 1, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 0 | 74 | 21 | - |
| CMYK | 1 | 0 | 0.72 | 0.71 |
| HSL | 137.03º | 1% | 0.15% | - |
| HSV(B) | 137.03º | 1% | 0.29% | - |
| XYZ | 2.58 | 4.95 | 1.53 | - |
| YUV | 45.83 | 113.98 | 95.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 74 | 21 | 1 | 0 | 0.72 | 0.71 | 137.03 | 1 | 0.15 |
| Hex | 0 | 4A | 15 | 64 | 0 | 48 | 47 | 89 | 64 | F |
| Octal | 0 | 112 | 25 | 144 | 0 | 110 | 107 | 211 | 144 | 17 |
| Binary | 0 | 1001010 | 10101 | 1100100 | 0 | 1001000 | 1000111 | 10001001 | 1100100 | 1111 |
Color Harmonies of #004A15
Complementary color
Monochromatic Colors of #004A15
Black with #004A15
Text Example
Text Example
White with #004A15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004A15; }
p { color: rgb(0,74,21); }
H1.HeaderClassName
{
color: #004A15;
}
.AnyTagClassName
{
color: #004A15;
}
</style>
background-color css
<style>
a { background-color: #004A15; }
a { background-color: rgb(0,74,21); }
div.DivClassName
{
background-color: #004A15;
}
.BgClassName
{
background-color: #004A15;
}
</style>
border-color css
<style>
span { border-color: #004A15; }
span { border-color: rgb(0,74,21); }
td.TdClassName
{
border-color: #004A15;
}
.TagClassName
{
border-color: #004A15;
}
</style>