Shades of British Racing Green #00411D
Tints of British Racing Green #00411D
RGB
CMYK
RGB Variations
Color information
#00411D (or 0x00411D) is known color: British Racing Green. HEX triplet: 00, 41 and 1D. RGB value is (0,65,29). Sum of RGB (Red+Green+Blue) = 0+65+29=94 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 94); Green value is 65 (25.78% from 255 or 69.15% from 94); Blue value is 29 (11.72% from 255 or 30.85% from 94); Max value from RGB is 65 - color contains mainly: green. Hex color #00411D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00411D is #FFBEE2. Grayscale: #292929. Windows color (decimal): -16760547 or 1917184. OLE color: 1917184.
HSL color Cylindrical-coordinate representation of color #00411D: hue angle of 146.77º 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 #00411D is Cyan = 1, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 0 | 65 | 29 | - |
| CMYK | 1 | 0 | 0.55 | 0.75 |
| HSL | 146.77º | 1% | 0.13% | - |
| HSV(B) | 146.77º | 1% | 0.25% | - |
| XYZ | 2.11 | 3.87 | 1.8 | - |
| YUV | 41.46 | 120.97 | 98.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 65 | 29 | 1 | 0 | 0.55 | 0.75 | 146.77 | 1 | 0.13 |
| Hex | 0 | 41 | 1D | 64 | 0 | 37 | 4B | 93 | 64 | D |
| Octal | 0 | 101 | 35 | 144 | 0 | 67 | 113 | 223 | 144 | 15 |
| Binary | 0 | 1000001 | 11101 | 1100100 | 0 | 110111 | 1001011 | 10010011 | 1100100 | 1101 |
Color Harmonies of #00411D
Complementary color
Monochromatic Colors of #00411D
Black with #00411D
Text Example
Text Example
White with #00411D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00411D; }
p { color: rgb(0,65,29); }
H1.HeaderClassName
{
color: #00411D;
}
.AnyTagClassName
{
color: #00411D;
}
</style>
background-color css
<style>
a { background-color: #00411D; }
a { background-color: rgb(0,65,29); }
div.DivClassName
{
background-color: #00411D;
}
.BgClassName
{
background-color: #00411D;
}
</style>
border-color css
<style>
span { border-color: #00411D; }
span { border-color: rgb(0,65,29); }
td.TdClassName
{
border-color: #00411D;
}
.TagClassName
{
border-color: #00411D;
}
</style>