Shades of British Racing Green #06402F
Tints of British Racing Green #06402F
RGB
CMYK
RGB Variations
Color information
#06402F (or 0x06402F) is known color: British Racing Green. HEX triplet: 06, 40 and 2F. RGB value is (6,64,47). Sum of RGB (Red+Green+Blue) = 6+64+47=117 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.13% from 117); Green value is 64 (25.39% from 255 or 54.70% from 117); Blue value is 47 (18.75% from 255 or 40.17% from 117); Max value from RGB is 64 - color contains mainly: green. Hex color #06402F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06402F is #F9BFD0. Grayscale: #2C2C2C. Windows color (decimal): -16367569 or 3096582. OLE color: 3096582.
HSL color Cylindrical-coordinate representation of color #06402F: hue angle of 162.41º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #06402F is Cyan = 0.91, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 6 | 64 | 47 | - |
| CMYK | 0.91 | 0 | 0.27 | 0.75 |
| HSL | 162.41º | 0.83% | 0.14% | - |
| HSV(B) | 162.41º | 0.91% | 0.25% | - |
| XYZ | 2.42 | 3.91 | 3.32 | - |
| YUV | 44.72 | 129.28 | 100.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 64 | 47 | 0.91 | 0 | 0.27 | 0.75 | 162.41 | 0.83 | 0.14 |
| Hex | 6 | 40 | 2F | 5B | 0 | 1B | 4B | A2 | 53 | E |
| Octal | 6 | 100 | 57 | 133 | 0 | 33 | 113 | 242 | 123 | 16 |
| Binary | 110 | 1000000 | 101111 | 1011011 | 0 | 11011 | 1001011 | 10100010 | 1010011 | 1110 |
Color Harmonies of #06402F
Complementary color
Monochromatic Colors of #06402F
Black with #06402F
Text Example
Text Example
White with #06402F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06402F; }
p { color: rgb(6,64,47); }
H1.HeaderClassName
{
color: #06402F;
}
.AnyTagClassName
{
color: #06402F;
}
</style>
background-color css
<style>
a { background-color: #06402F; }
a { background-color: rgb(6,64,47); }
div.DivClassName
{
background-color: #06402F;
}
.BgClassName
{
background-color: #06402F;
}
</style>
border-color css
<style>
span { border-color: #06402F; }
span { border-color: rgb(6,64,47); }
td.TdClassName
{
border-color: #06402F;
}
.TagClassName
{
border-color: #06402F;
}
</style>