Shades of British Racing Green #06412F
Tints of British Racing Green #06412F
RGB
CMYK
RGB Variations
Color information
#06412F (or 0x06412F) is known color: British Racing Green. HEX triplet: 06, 41 and 2F. RGB value is (6,65,47). Sum of RGB (Red+Green+Blue) = 6+65+47=118 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.08% from 118); Green value is 65 (25.78% from 255 or 55.08% from 118); Blue value is 47 (18.75% from 255 or 39.83% from 118); Max value from RGB is 65 - color contains mainly: green. Hex color #06412F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06412F is #F9BED0. Grayscale: #2D2D2D. Windows color (decimal): -16367313 or 3096838. OLE color: 3096838.
HSL color Cylindrical-coordinate representation of color #06412F: hue angle of 161.69º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #06412F is Cyan = 0.91, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 6 | 65 | 47 | - |
| CMYK | 0.91 | 0 | 0.28 | 0.75 |
| HSL | 161.69º | 0.83% | 0.14% | - |
| HSV(B) | 161.69º | 0.91% | 0.25% | - |
| XYZ | 2.48 | 4.02 | 3.34 | - |
| YUV | 45.31 | 128.95 | 99.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 65 | 47 | 0.91 | 0 | 0.28 | 0.75 | 161.69 | 0.83 | 0.14 |
| Hex | 6 | 41 | 2F | 5B | 0 | 1C | 4B | A2 | 53 | E |
| Octal | 6 | 101 | 57 | 133 | 0 | 34 | 113 | 242 | 123 | 16 |
| Binary | 110 | 1000001 | 101111 | 1011011 | 0 | 11100 | 1001011 | 10100010 | 1010011 | 1110 |
Color Harmonies of #06412F
Complementary color
Monochromatic Colors of #06412F
Black with #06412F
Text Example
Text Example
White with #06412F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06412F; }
p { color: rgb(6,65,47); }
H1.HeaderClassName
{
color: #06412F;
}
.AnyTagClassName
{
color: #06412F;
}
</style>
background-color css
<style>
a { background-color: #06412F; }
a { background-color: rgb(6,65,47); }
div.DivClassName
{
background-color: #06412F;
}
.BgClassName
{
background-color: #06412F;
}
</style>
border-color css
<style>
span { border-color: #06412F; }
span { border-color: rgb(6,65,47); }
td.TdClassName
{
border-color: #06412F;
}
.TagClassName
{
border-color: #06412F;
}
</style>