Shades of British Racing Green #004B1E
Tints of British Racing Green #004B1E
RGB
CMYK
RGB Variations
Color information
#004B1E (or 0x004B1E) is known color: British Racing Green. HEX triplet: 00, 4B and 1E. RGB value is (0,75,30). Sum of RGB (Red+Green+Blue) = 0+75+30=105 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 105); Green value is 75 (29.69% from 255 or 71.43% from 105); Blue value is 30 (12.11% from 255 or 28.57% from 105); Max value from RGB is 75 - color contains mainly: green. Hex color #004B1E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #004B1E is #FFB4E1. Grayscale: #2F2F2F. Windows color (decimal): -16757986 or 1985280. OLE color: 1985280.
HSL color Cylindrical-coordinate representation of color #004B1E: hue angle of 144º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004B1E is Cyan = 1, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 0 | 75 | 30 | - |
| CMYK | 1 | 0 | 0.60 | 0.71 |
| HSL | 144º | 1% | 0.15% | - |
| HSV(B) | 144º | 1% | 0.29% | - |
| XYZ | 2.75 | 5.13 | 2.07 | - |
| YUV | 47.45 | 118.15 | 94.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 75 | 30 | 1 | 0 | 0.60 | 0.71 | 144 | 1 | 0.15 |
| Hex | 0 | 4B | 1E | 64 | 0 | 3C | 47 | 90 | 64 | F |
| Octal | 0 | 113 | 36 | 144 | 0 | 74 | 107 | 220 | 144 | 17 |
| Binary | 0 | 1001011 | 11110 | 1100100 | 0 | 111100 | 1000111 | 10010000 | 1100100 | 1111 |
Color Harmonies of #004B1E
Complementary color
Monochromatic Colors of #004B1E
Black with #004B1E
Text Example
Text Example
White with #004B1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004B1E; }
p { color: rgb(0,75,30); }
H1.HeaderClassName
{
color: #004B1E;
}
.AnyTagClassName
{
color: #004B1E;
}
</style>
background-color css
<style>
a { background-color: #004B1E; }
a { background-color: rgb(0,75,30); }
div.DivClassName
{
background-color: #004B1E;
}
.BgClassName
{
background-color: #004B1E;
}
</style>
border-color css
<style>
span { border-color: #004B1E; }
span { border-color: rgb(0,75,30); }
td.TdClassName
{
border-color: #004B1E;
}
.TagClassName
{
border-color: #004B1E;
}
</style>