Shades of British Racing Green #03411F
Tints of British Racing Green #03411F
RGB
CMYK
RGB Variations
Color information
#03411F (or 0x03411F) is known color: British Racing Green. HEX triplet: 03, 41 and 1F. RGB value is (3,65,31). Sum of RGB (Red+Green+Blue) = 3+65+31=99 (13% of max value = 765). Red value is 3 (1.56% from 255 or 3.03% from 99); Green value is 65 (25.78% from 255 or 65.66% from 99); Blue value is 31 (12.5% from 255 or 31.31% from 99); Max value from RGB is 65 - color contains mainly: green. Hex color #03411F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03411F is #FCBEE0. Grayscale: #2A2A2A. Windows color (decimal): -16563937 or 2048259. OLE color: 2048259.
HSL color Cylindrical-coordinate representation of color #03411F: hue angle of 147.1º 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 #03411F is Cyan = 0.95, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 3 | 65 | 31 | - |
| CMYK | 0.95 | 0 | 0.52 | 0.75 |
| HSL | 147.1º | 0.91% | 0.13% | - |
| HSV(B) | 147.1º | 0.95% | 0.25% | - |
| XYZ | 2.18 | 3.9 | 1.93 | - |
| YUV | 42.59 | 121.46 | 99.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 65 | 31 | 0.95 | 0 | 0.52 | 0.75 | 147.1 | 0.91 | 0.13 |
| Hex | 3 | 41 | 1F | 5F | 0 | 34 | 4B | 93 | 5B | D |
| Octal | 3 | 101 | 37 | 137 | 0 | 64 | 113 | 223 | 133 | 15 |
| Binary | 11 | 1000001 | 11111 | 1011111 | 0 | 110100 | 1001011 | 10010011 | 1011011 | 1101 |
Color Harmonies of #03411F
Complementary color
Monochromatic Colors of #03411F
Black with #03411F
Text Example
Text Example
White with #03411F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03411F; }
p { color: rgb(3,65,31); }
H1.HeaderClassName
{
color: #03411F;
}
.AnyTagClassName
{
color: #03411F;
}
</style>
background-color css
<style>
a { background-color: #03411F; }
a { background-color: rgb(3,65,31); }
div.DivClassName
{
background-color: #03411F;
}
.BgClassName
{
background-color: #03411F;
}
</style>
border-color css
<style>
span { border-color: #03411F; }
span { border-color: rgb(3,65,31); }
td.TdClassName
{
border-color: #03411F;
}
.TagClassName
{
border-color: #03411F;
}
</style>