Shades of British Racing Green #06472F
Tints of British Racing Green #06472F
RGB
CMYK
RGB Variations
Color information
#06472F (or 0x06472F) is known color: British Racing Green. HEX triplet: 06, 47 and 2F. RGB value is (6,71,47). Sum of RGB (Red+Green+Blue) = 6+71+47=124 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.84% from 124); Green value is 71 (28.12% from 255 or 57.26% from 124); Blue value is 47 (18.75% from 255 or 37.90% from 124); Max value from RGB is 71 - color contains mainly: green. Hex color #06472F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06472F is #F9B8D0. Grayscale: #303030. Windows color (decimal): -16365777 or 3098374. OLE color: 3098374.
HSL color Cylindrical-coordinate representation of color #06472F: hue angle of 157.85º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #06472F is Cyan = 0.92, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 6 | 71 | 47 | - |
| CMYK | 0.92 | 0 | 0.34 | 0.72 |
| HSL | 157.85º | 0.84% | 0.15% | - |
| HSV(B) | 157.85º | 0.92% | 0.28% | - |
| XYZ | 2.84 | 4.75 | 3.46 | - |
| YUV | 48.83 | 126.97 | 97.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 71 | 47 | 0.92 | 0 | 0.34 | 0.72 | 157.85 | 0.84 | 0.15 |
| Hex | 6 | 47 | 2F | 5C | 0 | 22 | 48 | 9E | 54 | F |
| Octal | 6 | 107 | 57 | 134 | 0 | 42 | 110 | 236 | 124 | 17 |
| Binary | 110 | 1000111 | 101111 | 1011100 | 0 | 100010 | 1001000 | 10011110 | 1010100 | 1111 |
Color Harmonies of #06472F
Complementary color
Monochromatic Colors of #06472F
Black with #06472F
Text Example
Text Example
White with #06472F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06472F; }
p { color: rgb(6,71,47); }
H1.HeaderClassName
{
color: #06472F;
}
.AnyTagClassName
{
color: #06472F;
}
</style>
background-color css
<style>
a { background-color: #06472F; }
a { background-color: rgb(6,71,47); }
div.DivClassName
{
background-color: #06472F;
}
.BgClassName
{
background-color: #06472F;
}
</style>
border-color css
<style>
span { border-color: #06472F; }
span { border-color: rgb(6,71,47); }
td.TdClassName
{
border-color: #06472F;
}
.TagClassName
{
border-color: #06472F;
}
</style>