Shades of British Racing Green #004E2B
Tints of British Racing Green #004E2B
RGB
CMYK
RGB Variations
Color information
#004E2B (or 0x004E2B) is known color: British Racing Green. HEX triplet: 00, 4E and 2B. RGB value is (0,78,43). Sum of RGB (Red+Green+Blue) = 0+78+43=121 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 121); Green value is 78 (30.86% from 255 or 64.46% from 121); Blue value is 43 (17.19% from 255 or 35.54% from 121); Max value from RGB is 78 - color contains mainly: green. Hex color #004E2B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #004E2B is #FFB1D4. Grayscale: #323232. Windows color (decimal): -16757205 or 2838016. OLE color: 2838016.
HSL color Cylindrical-coordinate representation of color #004E2B: hue angle of 153.08º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004E2B is Cyan = 1, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 0 | 78 | 43 | - |
| CMYK | 1 | 0 | 0.45 | 0.69 |
| HSL | 153.08º | 1% | 0.15% | - |
| HSV(B) | 153.08º | 1% | 0.31% | - |
| XYZ | 3.16 | 5.62 | 3.2 | - |
| YUV | 50.69 | 123.66 | 91.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 78 | 43 | 1 | 0 | 0.45 | 0.69 | 153.08 | 1 | 0.15 |
| Hex | 0 | 4E | 2B | 64 | 0 | 2D | 45 | 99 | 64 | F |
| Octal | 0 | 116 | 53 | 144 | 0 | 55 | 105 | 231 | 144 | 17 |
| Binary | 0 | 1001110 | 101011 | 1100100 | 0 | 101101 | 1000101 | 10011001 | 1100100 | 1111 |
Color Harmonies of #004E2B
Complementary color
Monochromatic Colors of #004E2B
Black with #004E2B
Text Example
Text Example
White with #004E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004E2B; }
p { color: rgb(0,78,43); }
H1.HeaderClassName
{
color: #004E2B;
}
.AnyTagClassName
{
color: #004E2B;
}
</style>
background-color css
<style>
a { background-color: #004E2B; }
a { background-color: rgb(0,78,43); }
div.DivClassName
{
background-color: #004E2B;
}
.BgClassName
{
background-color: #004E2B;
}
</style>
border-color css
<style>
span { border-color: #004E2B; }
span { border-color: rgb(0,78,43); }
td.TdClassName
{
border-color: #004E2B;
}
.TagClassName
{
border-color: #004E2B;
}
</style>