Shades of British Racing Green #004D2F
Tints of British Racing Green #004D2F
RGB
CMYK
RGB Variations
Color information
#004D2F (or 0x004D2F) is known color: British Racing Green. HEX triplet: 00, 4D and 2F. RGB value is (0,77,47). Sum of RGB (Red+Green+Blue) = 0+77+47=124 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 124); Green value is 77 (30.47% from 255 or 62.10% from 124); Blue value is 47 (18.75% from 255 or 37.90% from 124); Max value from RGB is 77 - color contains mainly: green. Hex color #004D2F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #004D2F is #FFB2D0. Grayscale: #323232. Windows color (decimal): -16757457 or 3099904. OLE color: 3099904.
HSL color Cylindrical-coordinate representation of color #004D2F: hue angle of 156.62º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004D2F is Cyan = 1, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 0 | 77 | 47 | - |
| CMYK | 1 | 0 | 0.39 | 0.70 |
| HSL | 156.62º | 1% | 0.15% | - |
| HSV(B) | 156.62º | 1% | 0.3% | - |
| XYZ | 3.17 | 5.51 | 3.59 | - |
| YUV | 50.56 | 125.99 | 91.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 77 | 47 | 1 | 0 | 0.39 | 0.70 | 156.62 | 1 | 0.15 |
| Hex | 0 | 4D | 2F | 64 | 0 | 27 | 46 | 9D | 64 | F |
| Octal | 0 | 115 | 57 | 144 | 0 | 47 | 106 | 235 | 144 | 17 |
| Binary | 0 | 1001101 | 101111 | 1100100 | 0 | 100111 | 1000110 | 10011101 | 1100100 | 1111 |
Color Harmonies of #004D2F
Complementary color
Monochromatic Colors of #004D2F
Black with #004D2F
Text Example
Text Example
White with #004D2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004D2F; }
p { color: rgb(0,77,47); }
H1.HeaderClassName
{
color: #004D2F;
}
.AnyTagClassName
{
color: #004D2F;
}
</style>
background-color css
<style>
a { background-color: #004D2F; }
a { background-color: rgb(0,77,47); }
div.DivClassName
{
background-color: #004D2F;
}
.BgClassName
{
background-color: #004D2F;
}
</style>
border-color css
<style>
span { border-color: #004D2F; }
span { border-color: rgb(0,77,47); }
td.TdClassName
{
border-color: #004D2F;
}
.TagClassName
{
border-color: #004D2F;
}
</style>