Shades of British Racing Green #004015
Tints of British Racing Green #004015
RGB
CMYK
RGB Variations
Color information
#004015 (or 0x004015) is known color: British Racing Green. HEX triplet: 00, 40 and 15. RGB value is (0,64,21). Sum of RGB (Red+Green+Blue) = 0+64+21=85 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 85); Green value is 64 (25.39% from 255 or 75.29% from 85); Blue value is 21 (8.59% from 255 or 24.71% from 85); Max value from RGB is 64 - color contains mainly: green. Hex color #004015 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #004015 is #FFBFEA. Grayscale: #282828. Windows color (decimal): -16760811 or 1392640. OLE color: 1392640.
HSL color Cylindrical-coordinate representation of color #004015: hue angle of 139.69º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004015 is Cyan = 1, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 0 | 64 | 21 | - |
| CMYK | 1 | 0 | 0.67 | 0.75 |
| HSL | 139.69º | 1% | 0.13% | - |
| HSV(B) | 139.69º | 1% | 0.25% | - |
| XYZ | 1.97 | 3.72 | 1.32 | - |
| YUV | 39.96 | 117.3 | 99.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 64 | 21 | 1 | 0 | 0.67 | 0.75 | 139.69 | 1 | 0.13 |
| Hex | 0 | 40 | 15 | 64 | 0 | 43 | 4B | 8C | 64 | D |
| Octal | 0 | 100 | 25 | 144 | 0 | 103 | 113 | 214 | 144 | 15 |
| Binary | 0 | 1000000 | 10101 | 1100100 | 0 | 1000011 | 1001011 | 10001100 | 1100100 | 1101 |
Color Harmonies of #004015
Complementary color
Monochromatic Colors of #004015
Black with #004015
Text Example
Text Example
White with #004015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004015; }
p { color: rgb(0,64,21); }
H1.HeaderClassName
{
color: #004015;
}
.AnyTagClassName
{
color: #004015;
}
</style>
background-color css
<style>
a { background-color: #004015; }
a { background-color: rgb(0,64,21); }
div.DivClassName
{
background-color: #004015;
}
.BgClassName
{
background-color: #004015;
}
</style>
border-color css
<style>
span { border-color: #004015; }
span { border-color: rgb(0,64,21); }
td.TdClassName
{
border-color: #004015;
}
.TagClassName
{
border-color: #004015;
}
</style>