Shades of British Racing Green #004E2E
Tints of British Racing Green #004E2E
RGB
CMYK
RGB Variations
Color information
#004E2E (or 0x004E2E) is known color: British Racing Green. HEX triplet: 00, 4E and 2E. RGB value is (0,78,46). Sum of RGB (Red+Green+Blue) = 0+78+46=124 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 124); Green value is 78 (30.86% from 255 or 62.90% from 124); Blue value is 46 (18.36% from 255 or 37.10% from 124); Max value from RGB is 78 - color contains mainly: green. Hex color #004E2E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #004E2E is #FFB1D1. Grayscale: #333333. Windows color (decimal): -16757202 or 3034624. OLE color: 3034624.
HSL color Cylindrical-coordinate representation of color #004E2E: hue angle of 155.38º 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 #004E2E is Cyan = 1, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 0 | 78 | 46 | - |
| CMYK | 1 | 0 | 0.41 | 0.69 |
| HSL | 155.38º | 1% | 0.15% | - |
| HSV(B) | 155.38º | 1% | 0.31% | - |
| XYZ | 3.22 | 5.65 | 3.5 | - |
| YUV | 51.03 | 125.16 | 91.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 78 | 46 | 1 | 0 | 0.41 | 0.69 | 155.38 | 1 | 0.15 |
| Hex | 0 | 4E | 2E | 64 | 0 | 29 | 45 | 9B | 64 | F |
| Octal | 0 | 116 | 56 | 144 | 0 | 51 | 105 | 233 | 144 | 17 |
| Binary | 0 | 1001110 | 101110 | 1100100 | 0 | 101001 | 1000101 | 10011011 | 1100100 | 1111 |
Color Harmonies of #004E2E
Complementary color
Monochromatic Colors of #004E2E
Black with #004E2E
Text Example
Text Example
White with #004E2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004E2E; }
p { color: rgb(0,78,46); }
H1.HeaderClassName
{
color: #004E2E;
}
.AnyTagClassName
{
color: #004E2E;
}
</style>
background-color css
<style>
a { background-color: #004E2E; }
a { background-color: rgb(0,78,46); }
div.DivClassName
{
background-color: #004E2E;
}
.BgClassName
{
background-color: #004E2E;
}
</style>
border-color css
<style>
span { border-color: #004E2E; }
span { border-color: rgb(0,78,46); }
td.TdClassName
{
border-color: #004E2E;
}
.TagClassName
{
border-color: #004E2E;
}
</style>