Shades of British Racing Green #06492A
Tints of British Racing Green #06492A
RGB
CMYK
RGB Variations
Color information
#06492A (or 0x06492A) is known color: British Racing Green. HEX triplet: 06, 49 and 2A. RGB value is (6,73,42). Sum of RGB (Red+Green+Blue) = 6+73+42=121 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.96% from 121); Green value is 73 (28.91% from 255 or 60.33% from 121); Blue value is 42 (16.80% from 255 or 34.71% from 121); Max value from RGB is 73 - color contains mainly: green. Hex color #06492A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06492A is #F9B6D5. Grayscale: #313131. Windows color (decimal): -16365270 or 2771206. OLE color: 2771206.
HSL color Cylindrical-coordinate representation of color #06492A: hue angle of 152.24º 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 #06492A is Cyan = 0.92, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 6 | 73 | 42 | - |
| CMYK | 0.92 | 0 | 0.42 | 0.71 |
| HSL | 152.24º | 0.85% | 0.15% | - |
| HSV(B) | 152.24º | 0.92% | 0.29% | - |
| XYZ | 2.88 | 4.97 | 3 | - |
| YUV | 49.43 | 123.8 | 97.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 73 | 42 | 0.92 | 0 | 0.42 | 0.71 | 152.24 | 0.85 | 0.15 |
| Hex | 6 | 49 | 2A | 5C | 0 | 2A | 47 | 98 | 55 | F |
| Octal | 6 | 111 | 52 | 134 | 0 | 52 | 107 | 230 | 125 | 17 |
| Binary | 110 | 1001001 | 101010 | 1011100 | 0 | 101010 | 1000111 | 10011000 | 1010101 | 1111 |
Color Harmonies of #06492A
Complementary color
Monochromatic Colors of #06492A
Black with #06492A
Text Example
Text Example
White with #06492A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06492A; }
p { color: rgb(6,73,42); }
H1.HeaderClassName
{
color: #06492A;
}
.AnyTagClassName
{
color: #06492A;
}
</style>
background-color css
<style>
a { background-color: #06492A; }
a { background-color: rgb(6,73,42); }
div.DivClassName
{
background-color: #06492A;
}
.BgClassName
{
background-color: #06492A;
}
</style>
border-color css
<style>
span { border-color: #06492A; }
span { border-color: rgb(6,73,42); }
td.TdClassName
{
border-color: #06492A;
}
.TagClassName
{
border-color: #06492A;
}
</style>