Shades of British Racing Green #004720
Tints of British Racing Green #004720
RGB
CMYK
RGB Variations
Color information
#004720 (or 0x004720) is known color: British Racing Green. HEX triplet: 00, 47 and 20. RGB value is (0,71,32). Sum of RGB (Red+Green+Blue) = 0+71+32=103 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 103); Green value is 71 (28.12% from 255 or 68.93% from 103); Blue value is 32 (12.89% from 255 or 31.07% from 103); Max value from RGB is 71 - color contains mainly: green. Hex color #004720 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #004720 is #FFB8DF. Grayscale: #2D2D2D. Windows color (decimal): -16759008 or 2115328. OLE color: 2115328.
HSL color Cylindrical-coordinate representation of color #004720: hue angle of 147.04º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004720 is Cyan = 1, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 0 | 71 | 32 | - |
| CMYK | 1 | 0 | 0.55 | 0.72 |
| HSL | 147.04º | 1% | 0.14% | - |
| HSV(B) | 147.04º | 1% | 0.28% | - |
| XYZ | 2.51 | 4.61 | 2.12 | - |
| YUV | 45.33 | 120.48 | 95.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 71 | 32 | 1 | 0 | 0.55 | 0.72 | 147.04 | 1 | 0.14 |
| Hex | 0 | 47 | 20 | 64 | 0 | 37 | 48 | 93 | 64 | E |
| Octal | 0 | 107 | 40 | 144 | 0 | 67 | 110 | 223 | 144 | 16 |
| Binary | 0 | 1000111 | 100000 | 1100100 | 0 | 110111 | 1001000 | 10010011 | 1100100 | 1110 |
Color Harmonies of #004720
Complementary color
Monochromatic Colors of #004720
Black with #004720
Text Example
Text Example
White with #004720
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004720; }
p { color: rgb(0,71,32); }
H1.HeaderClassName
{
color: #004720;
}
.AnyTagClassName
{
color: #004720;
}
</style>
background-color css
<style>
a { background-color: #004720; }
a { background-color: rgb(0,71,32); }
div.DivClassName
{
background-color: #004720;
}
.BgClassName
{
background-color: #004720;
}
</style>
border-color css
<style>
span { border-color: #004720; }
span { border-color: rgb(0,71,32); }
td.TdClassName
{
border-color: #004720;
}
.TagClassName
{
border-color: #004720;
}
</style>