Shades of British Racing Green #004628
Tints of British Racing Green #004628
RGB
CMYK
RGB Variations
Color information
#004628 (or 0x004628) is known color: British Racing Green. HEX triplet: 00, 46 and 28. RGB value is (0,70,40). Sum of RGB (Red+Green+Blue) = 0+70+40=110 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 110); Green value is 70 (27.73% from 255 or 63.64% from 110); Blue value is 40 (16.02% from 255 or 36.36% from 110); Max value from RGB is 70 - color contains mainly: green. Hex color #004628 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #004628 is #FFB9D7. Grayscale: #2D2D2D. Windows color (decimal): -16759256 or 2639360. OLE color: 2639360.
HSL color Cylindrical-coordinate representation of color #004628: hue angle of 154.29º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004628 is Cyan = 1, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 0 | 70 | 40 | - |
| CMYK | 1 | 0 | 0.43 | 0.73 |
| HSL | 154.29º | 1% | 0.14% | - |
| HSV(B) | 154.29º | 1% | 0.27% | - |
| XYZ | 2.57 | 4.53 | 2.75 | - |
| YUV | 45.65 | 124.81 | 95.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 70 | 40 | 1 | 0 | 0.43 | 0.73 | 154.29 | 1 | 0.14 |
| Hex | 0 | 46 | 28 | 64 | 0 | 2B | 49 | 9A | 64 | E |
| Octal | 0 | 106 | 50 | 144 | 0 | 53 | 111 | 232 | 144 | 16 |
| Binary | 0 | 1000110 | 101000 | 1100100 | 0 | 101011 | 1001001 | 10011010 | 1100100 | 1110 |
Color Harmonies of #004628
Complementary color
Monochromatic Colors of #004628
Black with #004628
Text Example
Text Example
White with #004628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004628; }
p { color: rgb(0,70,40); }
H1.HeaderClassName
{
color: #004628;
}
.AnyTagClassName
{
color: #004628;
}
</style>
background-color css
<style>
a { background-color: #004628; }
a { background-color: rgb(0,70,40); }
div.DivClassName
{
background-color: #004628;
}
.BgClassName
{
background-color: #004628;
}
</style>
border-color css
<style>
span { border-color: #004628; }
span { border-color: rgb(0,70,40); }
td.TdClassName
{
border-color: #004628;
}
.TagClassName
{
border-color: #004628;
}
</style>