Shades of British Racing Green #06462D
Tints of British Racing Green #06462D
RGB
CMYK
RGB Variations
Color information
#06462D (or 0x06462D) is known color: British Racing Green. HEX triplet: 06, 46 and 2D. RGB value is (6,70,45). Sum of RGB (Red+Green+Blue) = 6+70+45=121 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.96% from 121); Green value is 70 (27.73% from 255 or 57.85% from 121); Blue value is 45 (17.97% from 255 or 37.19% from 121); Max value from RGB is 70 - color contains mainly: green. Hex color #06462D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06462D is #F9B9D2. Grayscale: #303030. Windows color (decimal): -16366035 or 2967046. OLE color: 2967046.
HSL color Cylindrical-coordinate representation of color #06462D: hue angle of 156.56º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #06462D is Cyan = 0.91, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.73.
Color convert
RGB | 6 | 70 | 45 | - |
CMYK | 0.91 | 0 | 0.36 | 0.73 |
HSL | 156.56º | 0.84% | 0.15% | - |
HSV(B) | 156.56º | 0.91% | 0.27% | - |
XYZ | 2.74 | 4.61 | 3.23 | - |
YUV | 48.01 | 126.3 | 98.03 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 6 | 70 | 45 | 0.91 | 0 | 0.36 | 0.73 | 156.56 | 0.84 | 0.15 |
Hex | 6 | 46 | 2D | 5B | 0 | 24 | 49 | 9D | 54 | F |
Octal | 6 | 106 | 55 | 133 | 0 | 44 | 111 | 235 | 124 | 17 |
Binary | 110 | 1000110 | 101101 | 1011011 | 0 | 100100 | 1001001 | 10011101 | 1010100 | 1111 |
Color Harmonies of #06462D
Complementary color
Monochromatic Colors of #06462D
Black with #06462D
Text Example
Text Example
White with #06462D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06462D; }
p { color: rgb(6,70,45); }
H1.HeaderClassName
{
color: #06462D;
}
.AnyTagClassName
{
color: #06462D;
}
</style>
background-color css
<style>
a { background-color: #06462D; }
a { background-color: rgb(6,70,45); }
div.DivClassName
{
background-color: #06462D;
}
.BgClassName
{
background-color: #06462D;
}
</style>
border-color css
<style>
span { border-color: #06462D; }
span { border-color: rgb(6,70,45); }
td.TdClassName
{
border-color: #06462D;
}
.TagClassName
{
border-color: #06462D;
}
</style>