Shades of British Racing Green #06481D
Tints of British Racing Green #06481D
RGB
CMYK
RGB Variations
Color information
#06481D (or 0x06481D) is known color: British Racing Green. HEX triplet: 06, 48 and 1D. RGB value is (6,72,29). Sum of RGB (Red+Green+Blue) = 6+72+29=107 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.61% from 107); Green value is 72 (28.52% from 255 or 67.29% from 107); Blue value is 29 (11.72% from 255 or 27.10% from 107); Max value from RGB is 72 - color contains mainly: green. Hex color #06481D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06481D is #F9B7E2. Grayscale: #2F2F2F. Windows color (decimal): -16365539 or 1918982. OLE color: 1918982.
HSL color Cylindrical-coordinate representation of color #06481D: hue angle of 140.91º degrees, saturation: 0.85, 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 #06481D is Cyan = 0.92, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 6 | 72 | 29 | - |
| CMYK | 0.92 | 0 | 0.60 | 0.72 |
| HSL | 140.91º | 0.85% | 0.15% | - |
| HSV(B) | 140.91º | 0.92% | 0.28% | - |
| XYZ | 2.61 | 4.76 | 1.94 | - |
| YUV | 47.36 | 117.63 | 98.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 72 | 29 | 0.92 | 0 | 0.60 | 0.72 | 140.91 | 0.85 | 0.15 |
| Hex | 6 | 48 | 1D | 5C | 0 | 3C | 48 | 8D | 55 | F |
| Octal | 6 | 110 | 35 | 134 | 0 | 74 | 110 | 215 | 125 | 17 |
| Binary | 110 | 1001000 | 11101 | 1011100 | 0 | 111100 | 1001000 | 10001101 | 1010101 | 1111 |
Color Harmonies of #06481D
Complementary color
Monochromatic Colors of #06481D
Black with #06481D
Text Example
Text Example
White with #06481D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06481D; }
p { color: rgb(6,72,29); }
H1.HeaderClassName
{
color: #06481D;
}
.AnyTagClassName
{
color: #06481D;
}
</style>
background-color css
<style>
a { background-color: #06481D; }
a { background-color: rgb(6,72,29); }
div.DivClassName
{
background-color: #06481D;
}
.BgClassName
{
background-color: #06481D;
}
</style>
border-color css
<style>
span { border-color: #06481D; }
span { border-color: rgb(6,72,29); }
td.TdClassName
{
border-color: #06481D;
}
.TagClassName
{
border-color: #06481D;
}
</style>