Shades of British Racing Green #004821
Tints of British Racing Green #004821
RGB
CMYK
RGB Variations
Color information
#004821 (or 0x004821) is known color: British Racing Green. HEX triplet: 00, 48 and 21. RGB value is (0,72,33). Sum of RGB (Red+Green+Blue) = 0+72+33=105 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 105); Green value is 72 (28.52% from 255 or 68.57% from 105); Blue value is 33 (13.28% from 255 or 31.43% from 105); Max value from RGB is 72 - color contains mainly: green. Hex color #004821 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #004821 is #FFB7DE. Grayscale: #2E2E2E. Windows color (decimal): -16758751 or 2181120. OLE color: 2181120.
HSL color Cylindrical-coordinate representation of color #004821: hue angle of 147.5º 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 #004821 is Cyan = 1, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 0 | 72 | 33 | - |
| CMYK | 1 | 0 | 0.54 | 0.72 |
| HSL | 147.5º | 1% | 0.14% | - |
| HSV(B) | 147.5º | 1% | 0.28% | - |
| XYZ | 2.59 | 4.74 | 2.22 | - |
| YUV | 46.03 | 120.65 | 95.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 72 | 33 | 1 | 0 | 0.54 | 0.72 | 147.5 | 1 | 0.14 |
| Hex | 0 | 48 | 21 | 64 | 0 | 36 | 48 | 94 | 64 | E |
| Octal | 0 | 110 | 41 | 144 | 0 | 66 | 110 | 224 | 144 | 16 |
| Binary | 0 | 1001000 | 100001 | 1100100 | 0 | 110110 | 1001000 | 10010100 | 1100100 | 1110 |
Color Harmonies of #004821
Complementary color
Monochromatic Colors of #004821
Black with #004821
Text Example
Text Example
White with #004821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004821; }
p { color: rgb(0,72,33); }
H1.HeaderClassName
{
color: #004821;
}
.AnyTagClassName
{
color: #004821;
}
</style>
background-color css
<style>
a { background-color: #004821; }
a { background-color: rgb(0,72,33); }
div.DivClassName
{
background-color: #004821;
}
.BgClassName
{
background-color: #004821;
}
</style>
border-color css
<style>
span { border-color: #004821; }
span { border-color: rgb(0,72,33); }
td.TdClassName
{
border-color: #004821;
}
.TagClassName
{
border-color: #004821;
}
</style>