Shades of British Racing Green #06471B
Tints of British Racing Green #06471B
RGB
CMYK
RGB Variations
Color information
#06471B (or 0x06471B) is known color: British Racing Green. HEX triplet: 06, 47 and 1B. RGB value is (6,71,27). Sum of RGB (Red+Green+Blue) = 6+71+27=104 (13% of max value = 765). Red value is 6 (2.73% from 255 or 5.77% from 104); Green value is 71 (28.12% from 255 or 68.27% from 104); Blue value is 27 (10.94% from 255 or 25.96% from 104); Max value from RGB is 71 - color contains mainly: green. Hex color #06471B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06471B is #F9B8E4. Grayscale: #2E2E2E. Windows color (decimal): -16365797 or 1787654. OLE color: 1787654.
HSL color Cylindrical-coordinate representation of color #06471B: hue angle of 139.38º 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 #06471B is Cyan = 0.92, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 6 | 71 | 27 | - |
| CMYK | 0.92 | 0 | 0.62 | 0.72 |
| HSL | 139.38º | 0.84% | 0.15% | - |
| HSV(B) | 139.38º | 0.92% | 0.28% | - |
| XYZ | 2.53 | 4.62 | 1.8 | - |
| YUV | 46.55 | 116.97 | 99.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 71 | 27 | 0.92 | 0 | 0.62 | 0.72 | 139.38 | 0.84 | 0.15 |
| Hex | 6 | 47 | 1B | 5C | 0 | 3E | 48 | 8B | 54 | F |
| Octal | 6 | 107 | 33 | 134 | 0 | 76 | 110 | 213 | 124 | 17 |
| Binary | 110 | 1000111 | 11011 | 1011100 | 0 | 111110 | 1001000 | 10001011 | 1010100 | 1111 |
Color Harmonies of #06471B
Complementary color
Monochromatic Colors of #06471B
Black with #06471B
Text Example
Text Example
White with #06471B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06471B; }
p { color: rgb(6,71,27); }
H1.HeaderClassName
{
color: #06471B;
}
.AnyTagClassName
{
color: #06471B;
}
</style>
background-color css
<style>
a { background-color: #06471B; }
a { background-color: rgb(6,71,27); }
div.DivClassName
{
background-color: #06471B;
}
.BgClassName
{
background-color: #06471B;
}
</style>
border-color css
<style>
span { border-color: #06471B; }
span { border-color: rgb(6,71,27); }
td.TdClassName
{
border-color: #06471B;
}
.TagClassName
{
border-color: #06471B;
}
</style>