Shades of British Racing Green #00411E
Tints of British Racing Green #00411E
RGB
CMYK
RGB Variations
Color information
#00411E (or 0x00411E) is known color: British Racing Green. HEX triplet: 00, 41 and 1E. RGB value is (0,65,30). Sum of RGB (Red+Green+Blue) = 0+65+30=95 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 95); Green value is 65 (25.78% from 255 or 68.42% from 95); Blue value is 30 (12.11% from 255 or 31.58% from 95); Max value from RGB is 65 - color contains mainly: green. Hex color #00411E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00411E is #FFBEE1. Grayscale: #292929. Windows color (decimal): -16760546 or 1982720. OLE color: 1982720.
HSL color Cylindrical-coordinate representation of color #00411E: hue angle of 147.69º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00411E is Cyan = 1, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 0 | 65 | 30 | - |
| CMYK | 1 | 0 | 0.54 | 0.75 |
| HSL | 147.69º | 1% | 0.13% | - |
| HSV(B) | 147.69º | 1% | 0.25% | - |
| XYZ | 2.12 | 3.87 | 1.86 | - |
| YUV | 41.58 | 121.47 | 98.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 65 | 30 | 1 | 0 | 0.54 | 0.75 | 147.69 | 1 | 0.13 |
| Hex | 0 | 41 | 1E | 64 | 0 | 36 | 4B | 94 | 64 | D |
| Octal | 0 | 101 | 36 | 144 | 0 | 66 | 113 | 224 | 144 | 15 |
| Binary | 0 | 1000001 | 11110 | 1100100 | 0 | 110110 | 1001011 | 10010100 | 1100100 | 1101 |
Color Harmonies of #00411E
Complementary color
Monochromatic Colors of #00411E
Black with #00411E
Text Example
Text Example
White with #00411E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00411E; }
p { color: rgb(0,65,30); }
H1.HeaderClassName
{
color: #00411E;
}
.AnyTagClassName
{
color: #00411E;
}
</style>
background-color css
<style>
a { background-color: #00411E; }
a { background-color: rgb(0,65,30); }
div.DivClassName
{
background-color: #00411E;
}
.BgClassName
{
background-color: #00411E;
}
</style>
border-color css
<style>
span { border-color: #00411E; }
span { border-color: rgb(0,65,30); }
td.TdClassName
{
border-color: #00411E;
}
.TagClassName
{
border-color: #00411E;
}
</style>