Shades of British Racing Green #06402C
Tints of British Racing Green #06402C
RGB
CMYK
RGB Variations
Color information
#06402C (or 0x06402C) is known color: British Racing Green. HEX triplet: 06, 40 and 2C. RGB value is (6,64,44). Sum of RGB (Red+Green+Blue) = 6+64+44=114 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.26% from 114); Green value is 64 (25.39% from 255 or 56.14% from 114); Blue value is 44 (17.58% from 255 or 38.60% from 114); Max value from RGB is 64 - color contains mainly: green. Hex color #06402C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06402C is #F9BFD3. Grayscale: #2C2C2C. Windows color (decimal): -16367572 or 2899974. OLE color: 2899974.
HSL color Cylindrical-coordinate representation of color #06402C: hue angle of 159.31º 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 #06402C is Cyan = 0.91, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 6 | 64 | 44 | - |
| CMYK | 0.91 | 0 | 0.31 | 0.75 |
| HSL | 159.31º | 0.83% | 0.14% | - |
| HSV(B) | 159.31º | 0.91% | 0.25% | - |
| XYZ | 2.36 | 3.89 | 3.01 | - |
| YUV | 44.38 | 127.78 | 100.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 64 | 44 | 0.91 | 0 | 0.31 | 0.75 | 159.31 | 0.83 | 0.14 |
| Hex | 6 | 40 | 2C | 5B | 0 | 1F | 4B | 9F | 53 | E |
| Octal | 6 | 100 | 54 | 133 | 0 | 37 | 113 | 237 | 123 | 16 |
| Binary | 110 | 1000000 | 101100 | 1011011 | 0 | 11111 | 1001011 | 10011111 | 1010011 | 1110 |
Color Harmonies of #06402C
Complementary color
Monochromatic Colors of #06402C
Black with #06402C
Text Example
Text Example
White with #06402C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06402C; }
p { color: rgb(6,64,44); }
H1.HeaderClassName
{
color: #06402C;
}
.AnyTagClassName
{
color: #06402C;
}
</style>
background-color css
<style>
a { background-color: #06402C; }
a { background-color: rgb(6,64,44); }
div.DivClassName
{
background-color: #06402C;
}
.BgClassName
{
background-color: #06402C;
}
</style>
border-color css
<style>
span { border-color: #06402C; }
span { border-color: rgb(6,64,44); }
td.TdClassName
{
border-color: #06402C;
}
.TagClassName
{
border-color: #06402C;
}
</style>