Shades of British Racing Green #06491F
Tints of British Racing Green #06491F
RGB
CMYK
RGB Variations
Color information
#06491F (or 0x06491F) is known color: British Racing Green. HEX triplet: 06, 49 and 1F. RGB value is (6,73,31). Sum of RGB (Red+Green+Blue) = 6+73+31=110 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.45% from 110); Green value is 73 (28.91% from 255 or 66.36% from 110); Blue value is 31 (12.5% from 255 or 28.18% from 110); Max value from RGB is 73 - color contains mainly: green. Hex color #06491F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06491F is #F9B6E0. Grayscale: #303030. Windows color (decimal): -16365281 or 2050310. OLE color: 2050310.
HSL color Cylindrical-coordinate representation of color #06491F: hue angle of 142.39º degrees, saturation: 0.85, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #06491F is Cyan = 0.92, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 6 | 73 | 31 | - |
| CMYK | 0.92 | 0 | 0.58 | 0.71 |
| HSL | 142.39º | 0.85% | 0.15% | - |
| HSV(B) | 142.39º | 0.92% | 0.29% | - |
| XYZ | 2.7 | 4.9 | 2.1 | - |
| YUV | 48.18 | 118.3 | 97.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 73 | 31 | 0.92 | 0 | 0.58 | 0.71 | 142.39 | 0.85 | 0.15 |
| Hex | 6 | 49 | 1F | 5C | 0 | 3A | 47 | 8E | 55 | F |
| Octal | 6 | 111 | 37 | 134 | 0 | 72 | 107 | 216 | 125 | 17 |
| Binary | 110 | 1001001 | 11111 | 1011100 | 0 | 111010 | 1000111 | 10001110 | 1010101 | 1111 |
Color Harmonies of #06491F
Complementary color
Monochromatic Colors of #06491F
Black with #06491F
Text Example
Text Example
White with #06491F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06491F; }
p { color: rgb(6,73,31); }
H1.HeaderClassName
{
color: #06491F;
}
.AnyTagClassName
{
color: #06491F;
}
</style>
background-color css
<style>
a { background-color: #06491F; }
a { background-color: rgb(6,73,31); }
div.DivClassName
{
background-color: #06491F;
}
.BgClassName
{
background-color: #06491F;
}
</style>
border-color css
<style>
span { border-color: #06491F; }
span { border-color: rgb(6,73,31); }
td.TdClassName
{
border-color: #06491F;
}
.TagClassName
{
border-color: #06491F;
}
</style>