Shades of British Racing Green #06492D
Tints of British Racing Green #06492D
RGB
CMYK
RGB Variations
Color information
#06492D (or 0x06492D) is known color: British Racing Green. HEX triplet: 06, 49 and 2D. RGB value is (6,73,45). Sum of RGB (Red+Green+Blue) = 6+73+45=124 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.84% from 124); Green value is 73 (28.91% from 255 or 58.87% from 124); Blue value is 45 (17.97% from 255 or 36.29% from 124); Max value from RGB is 73 - color contains mainly: green. Hex color #06492D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06492D is #F9B6D2. Grayscale: #313131. Windows color (decimal): -16365267 or 2967814. OLE color: 2967814.
HSL color Cylindrical-coordinate representation of color #06492D: hue angle of 154.93º degrees, saturation: 0.85, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #06492D is Cyan = 0.92, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 6 | 73 | 45 | - |
| CMYK | 0.92 | 0 | 0.38 | 0.71 |
| HSL | 154.93º | 0.85% | 0.15% | - |
| HSV(B) | 154.93º | 0.92% | 0.29% | - |
| XYZ | 2.93 | 4.99 | 3.29 | - |
| YUV | 49.78 | 125.3 | 96.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 73 | 45 | 0.92 | 0 | 0.38 | 0.71 | 154.93 | 0.85 | 0.15 |
| Hex | 6 | 49 | 2D | 5C | 0 | 26 | 47 | 9B | 55 | F |
| Octal | 6 | 111 | 55 | 134 | 0 | 46 | 107 | 233 | 125 | 17 |
| Binary | 110 | 1001001 | 101101 | 1011100 | 0 | 100110 | 1000111 | 10011011 | 1010101 | 1111 |
Color Harmonies of #06492D
Complementary color
Monochromatic Colors of #06492D
Black with #06492D
Text Example
Text Example
White with #06492D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06492D; }
p { color: rgb(6,73,45); }
H1.HeaderClassName
{
color: #06492D;
}
.AnyTagClassName
{
color: #06492D;
}
</style>
background-color css
<style>
a { background-color: #06492D; }
a { background-color: rgb(6,73,45); }
div.DivClassName
{
background-color: #06492D;
}
.BgClassName
{
background-color: #06492D;
}
</style>
border-color css
<style>
span { border-color: #06492D; }
span { border-color: rgb(6,73,45); }
td.TdClassName
{
border-color: #06492D;
}
.TagClassName
{
border-color: #06492D;
}
</style>