Shades of British Racing Green #06482B
Tints of British Racing Green #06482B
RGB
CMYK
RGB Variations
Color information
#06482B (or 0x06482B) is known color: British Racing Green. HEX triplet: 06, 48 and 2B. RGB value is (6,72,43). Sum of RGB (Red+Green+Blue) = 6+72+43=121 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.96% from 121); Green value is 72 (28.52% from 255 or 59.50% from 121); Blue value is 43 (17.19% from 255 or 35.54% from 121); Max value from RGB is 72 - color contains mainly: green. Hex color #06482B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06482B is #F9B7D4. Grayscale: #313131. Windows color (decimal): -16365525 or 2836486. OLE color: 2836486.
HSL color Cylindrical-coordinate representation of color #06482B: hue angle of 153.64º 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 #06482B is Cyan = 0.92, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 6 | 72 | 43 | - |
| CMYK | 0.92 | 0 | 0.40 | 0.72 |
| HSL | 153.64º | 0.85% | 0.15% | - |
| HSV(B) | 153.64º | 0.92% | 0.28% | - |
| XYZ | 2.83 | 4.85 | 3.07 | - |
| YUV | 48.96 | 124.63 | 97.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 72 | 43 | 0.92 | 0 | 0.40 | 0.72 | 153.64 | 0.85 | 0.15 |
| Hex | 6 | 48 | 2B | 5C | 0 | 28 | 48 | 9A | 55 | F |
| Octal | 6 | 110 | 53 | 134 | 0 | 50 | 110 | 232 | 125 | 17 |
| Binary | 110 | 1001000 | 101011 | 1011100 | 0 | 101000 | 1001000 | 10011010 | 1010101 | 1111 |
Color Harmonies of #06482B
Complementary color
Monochromatic Colors of #06482B
Black with #06482B
Text Example
Text Example
White with #06482B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06482B; }
p { color: rgb(6,72,43); }
H1.HeaderClassName
{
color: #06482B;
}
.AnyTagClassName
{
color: #06482B;
}
</style>
background-color css
<style>
a { background-color: #06482B; }
a { background-color: rgb(6,72,43); }
div.DivClassName
{
background-color: #06482B;
}
.BgClassName
{
background-color: #06482B;
}
</style>
border-color css
<style>
span { border-color: #06482B; }
span { border-color: rgb(6,72,43); }
td.TdClassName
{
border-color: #06482B;
}
.TagClassName
{
border-color: #06482B;
}
</style>