Shades of British Racing Green #00411A
Tints of British Racing Green #00411A
RGB
CMYK
RGB Variations
Color information
#00411A (or 0x00411A) is known color: British Racing Green. HEX triplet: 00, 41 and 1A. RGB value is (0,65,26). Sum of RGB (Red+Green+Blue) = 0+65+26=91 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 91); Green value is 65 (25.78% from 255 or 71.43% from 91); Blue value is 26 (10.55% from 255 or 28.57% from 91); Max value from RGB is 65 - color contains mainly: green. Hex color #00411A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00411A is #FFBEE5. Grayscale: #292929. Windows color (decimal): -16760550 or 1720576. OLE color: 1720576.
HSL color Cylindrical-coordinate representation of color #00411A: hue angle of 144º 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 #00411A is Cyan = 1, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 0 | 65 | 26 | - |
| CMYK | 1 | 0 | 0.60 | 0.75 |
| HSL | 144º | 1% | 0.13% | - |
| HSV(B) | 144º | 1% | 0.25% | - |
| XYZ | 2.08 | 3.86 | 1.61 | - |
| YUV | 41.12 | 119.47 | 98.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 65 | 26 | 1 | 0 | 0.60 | 0.75 | 144 | 1 | 0.13 |
| Hex | 0 | 41 | 1A | 64 | 0 | 3C | 4B | 90 | 64 | D |
| Octal | 0 | 101 | 32 | 144 | 0 | 74 | 113 | 220 | 144 | 15 |
| Binary | 0 | 1000001 | 11010 | 1100100 | 0 | 111100 | 1001011 | 10010000 | 1100100 | 1101 |
Color Harmonies of #00411A
Complementary color
Monochromatic Colors of #00411A
Black with #00411A
Text Example
Text Example
White with #00411A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00411A; }
p { color: rgb(0,65,26); }
H1.HeaderClassName
{
color: #00411A;
}
.AnyTagClassName
{
color: #00411A;
}
</style>
background-color css
<style>
a { background-color: #00411A; }
a { background-color: rgb(0,65,26); }
div.DivClassName
{
background-color: #00411A;
}
.BgClassName
{
background-color: #00411A;
}
</style>
border-color css
<style>
span { border-color: #00411A; }
span { border-color: rgb(0,65,26); }
td.TdClassName
{
border-color: #00411A;
}
.TagClassName
{
border-color: #00411A;
}
</style>