Shades of British Racing Green #03411B
Tints of British Racing Green #03411B
RGB
CMYK
RGB Variations
Color information
#03411B (or 0x03411B) is known color: British Racing Green. HEX triplet: 03, 41 and 1B. RGB value is (3,65,27). Sum of RGB (Red+Green+Blue) = 3+65+27=95 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.16% from 95); Green value is 65 (25.78% from 255 or 68.42% from 95); Blue value is 27 (10.94% from 255 or 28.42% from 95); Max value from RGB is 65 - color contains mainly: green. Hex color #03411B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03411B is #FCBEE4. Grayscale: #2A2A2A. Windows color (decimal): -16563941 or 1786115. OLE color: 1786115.
HSL color Cylindrical-coordinate representation of color #03411B: hue angle of 143.23º 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 #03411B is Cyan = 0.95, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 3 | 65 | 27 | - |
| CMYK | 0.95 | 0 | 0.58 | 0.75 |
| HSL | 143.23º | 0.91% | 0.13% | - |
| HSV(B) | 143.23º | 0.95% | 0.25% | - |
| XYZ | 2.13 | 3.88 | 1.67 | - |
| YUV | 42.13 | 119.46 | 100.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 65 | 27 | 0.95 | 0 | 0.58 | 0.75 | 143.23 | 0.91 | 0.13 |
| Hex | 3 | 41 | 1B | 5F | 0 | 3A | 4B | 8F | 5B | D |
| Octal | 3 | 101 | 33 | 137 | 0 | 72 | 113 | 217 | 133 | 15 |
| Binary | 11 | 1000001 | 11011 | 1011111 | 0 | 111010 | 1001011 | 10001111 | 1011011 | 1101 |
Color Harmonies of #03411B
Complementary color
Monochromatic Colors of #03411B
Black with #03411B
Text Example
Text Example
White with #03411B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03411B; }
p { color: rgb(3,65,27); }
H1.HeaderClassName
{
color: #03411B;
}
.AnyTagClassName
{
color: #03411B;
}
</style>
background-color css
<style>
a { background-color: #03411B; }
a { background-color: rgb(3,65,27); }
div.DivClassName
{
background-color: #03411B;
}
.BgClassName
{
background-color: #03411B;
}
</style>
border-color css
<style>
span { border-color: #03411B; }
span { border-color: rgb(3,65,27); }
td.TdClassName
{
border-color: #03411B;
}
.TagClassName
{
border-color: #03411B;
}
</style>