Shades of British Racing Green #03411D
Tints of British Racing Green #03411D
RGB
CMYK
RGB Variations
Color information
#03411D (or 0x03411D) is known color: British Racing Green. HEX triplet: 03, 41 and 1D. RGB value is (3,65,29). Sum of RGB (Red+Green+Blue) = 3+65+29=97 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.09% from 97); Green value is 65 (25.78% from 255 or 67.01% from 97); Blue value is 29 (11.72% from 255 or 29.90% from 97); Max value from RGB is 65 - color contains mainly: green. Hex color #03411D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03411D is #FCBEE2. Grayscale: #2A2A2A. Windows color (decimal): -16563939 or 1917187. OLE color: 1917187.
HSL color Cylindrical-coordinate representation of color #03411D: hue angle of 145.16º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #03411D is Cyan = 0.95, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 3 | 65 | 29 | - |
| CMYK | 0.95 | 0 | 0.55 | 0.75 |
| HSL | 145.16º | 0.91% | 0.13% | - |
| HSV(B) | 145.16º | 0.95% | 0.25% | - |
| XYZ | 2.15 | 3.89 | 1.8 | - |
| YUV | 42.36 | 120.46 | 99.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 65 | 29 | 0.95 | 0 | 0.55 | 0.75 | 145.16 | 0.91 | 0.13 |
| Hex | 3 | 41 | 1D | 5F | 0 | 37 | 4B | 91 | 5B | D |
| Octal | 3 | 101 | 35 | 137 | 0 | 67 | 113 | 221 | 133 | 15 |
| Binary | 11 | 1000001 | 11101 | 1011111 | 0 | 110111 | 1001011 | 10010001 | 1011011 | 1101 |
Color Harmonies of #03411D
Complementary color
Monochromatic Colors of #03411D
Black with #03411D
Text Example
Text Example
White with #03411D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03411D; }
p { color: rgb(3,65,29); }
H1.HeaderClassName
{
color: #03411D;
}
.AnyTagClassName
{
color: #03411D;
}
</style>
background-color css
<style>
a { background-color: #03411D; }
a { background-color: rgb(3,65,29); }
div.DivClassName
{
background-color: #03411D;
}
.BgClassName
{
background-color: #03411D;
}
</style>
border-color css
<style>
span { border-color: #03411D; }
span { border-color: rgb(3,65,29); }
td.TdClassName
{
border-color: #03411D;
}
.TagClassName
{
border-color: #03411D;
}
</style>