Shades of British Racing Green #06472B
Tints of British Racing Green #06472B
RGB
CMYK
RGB Variations
Color information
#06472B (or 0x06472B) is known color: British Racing Green. HEX triplet: 06, 47 and 2B. RGB value is (6,71,43). Sum of RGB (Red+Green+Blue) = 6+71+43=120 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5% from 120); Green value is 71 (28.12% from 255 or 59.17% from 120); Blue value is 43 (17.19% from 255 or 35.83% from 120); Max value from RGB is 71 - color contains mainly: green. Hex color #06472B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06472B is #F9B8D4. Grayscale: #303030. Windows color (decimal): -16365781 or 2836230. OLE color: 2836230.
HSL color Cylindrical-coordinate representation of color #06472B: hue angle of 154.15º 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 #06472B is Cyan = 0.92, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 6 | 71 | 43 | - |
| CMYK | 0.92 | 0 | 0.39 | 0.72 |
| HSL | 154.15º | 0.84% | 0.15% | - |
| HSV(B) | 154.15º | 0.92% | 0.28% | - |
| XYZ | 2.76 | 4.72 | 3.05 | - |
| YUV | 48.37 | 124.97 | 97.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 71 | 43 | 0.92 | 0 | 0.39 | 0.72 | 154.15 | 0.84 | 0.15 |
| Hex | 6 | 47 | 2B | 5C | 0 | 27 | 48 | 9A | 54 | F |
| Octal | 6 | 107 | 53 | 134 | 0 | 47 | 110 | 232 | 124 | 17 |
| Binary | 110 | 1000111 | 101011 | 1011100 | 0 | 100111 | 1001000 | 10011010 | 1010100 | 1111 |
Color Harmonies of #06472B
Complementary color
Monochromatic Colors of #06472B
Black with #06472B
Text Example
Text Example
White with #06472B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06472B; }
p { color: rgb(6,71,43); }
H1.HeaderClassName
{
color: #06472B;
}
.AnyTagClassName
{
color: #06472B;
}
</style>
background-color css
<style>
a { background-color: #06472B; }
a { background-color: rgb(6,71,43); }
div.DivClassName
{
background-color: #06472B;
}
.BgClassName
{
background-color: #06472B;
}
</style>
border-color css
<style>
span { border-color: #06472B; }
span { border-color: rgb(6,71,43); }
td.TdClassName
{
border-color: #06472B;
}
.TagClassName
{
border-color: #06472B;
}
</style>