Shades of British Racing Green #03491F
Tints of British Racing Green #03491F
RGB
CMYK
RGB Variations
Color information
#03491F (or 0x03491F) is known color: British Racing Green. HEX triplet: 03, 49 and 1F. RGB value is (3,73,31). Sum of RGB (Red+Green+Blue) = 3+73+31=107 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.80% from 107); Green value is 73 (28.91% from 255 or 68.22% from 107); Blue value is 31 (12.5% from 255 or 28.97% from 107); Max value from RGB is 73 - color contains mainly: green. Hex color #03491F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03491F is #FCB6E0. Grayscale: #2F2F2F. Windows color (decimal): -16561889 or 2050307. OLE color: 2050307.
HSL color Cylindrical-coordinate representation of color #03491F: hue angle of 144º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #03491F is Cyan = 0.96, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 3 | 73 | 31 | - |
| CMYK | 0.96 | 0 | 0.58 | 0.71 |
| HSL | 144º | 0.92% | 0.15% | - |
| HSV(B) | 144º | 0.96% | 0.29% | - |
| XYZ | 2.67 | 4.88 | 2.1 | - |
| YUV | 47.28 | 118.81 | 96.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 73 | 31 | 0.96 | 0 | 0.58 | 0.71 | 144 | 0.92 | 0.15 |
| Hex | 3 | 49 | 1F | 60 | 0 | 3A | 47 | 90 | 5C | F |
| Octal | 3 | 111 | 37 | 140 | 0 | 72 | 107 | 220 | 134 | 17 |
| Binary | 11 | 1001001 | 11111 | 1100000 | 0 | 111010 | 1000111 | 10010000 | 1011100 | 1111 |
Color Harmonies of #03491F
Complementary color
Monochromatic Colors of #03491F
Black with #03491F
Text Example
Text Example
White with #03491F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03491F; }
p { color: rgb(3,73,31); }
H1.HeaderClassName
{
color: #03491F;
}
.AnyTagClassName
{
color: #03491F;
}
</style>
background-color css
<style>
a { background-color: #03491F; }
a { background-color: rgb(3,73,31); }
div.DivClassName
{
background-color: #03491F;
}
.BgClassName
{
background-color: #03491F;
}
</style>
border-color css
<style>
span { border-color: #03491F; }
span { border-color: rgb(3,73,31); }
td.TdClassName
{
border-color: #03491F;
}
.TagClassName
{
border-color: #03491F;
}
</style>