Shades of British Racing Green #064E2B
Tints of British Racing Green #064E2B
RGB
CMYK
RGB Variations
Color information
#064E2B (or 0x064E2B) is known color: British Racing Green. HEX triplet: 06, 4E and 2B. RGB value is (6,78,43). Sum of RGB (Red+Green+Blue) = 6+78+43=127 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.72% from 127); Green value is 78 (30.86% from 255 or 61.42% from 127); Blue value is 43 (17.19% from 255 or 33.86% from 127); Max value from RGB is 78 - color contains mainly: green. Hex color #064E2B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #064E2B is #F9B1D4. Grayscale: #343434. Windows color (decimal): -16363989 or 2838022. OLE color: 2838022.
HSL color Cylindrical-coordinate representation of color #064E2B: hue angle of 150.83º degrees, saturation: 0.86, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #064E2B is Cyan = 0.92, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 6 | 78 | 43 | - |
| CMYK | 0.92 | 0 | 0.45 | 0.69 |
| HSL | 150.83º | 0.86% | 0.16% | - |
| HSV(B) | 150.83º | 0.92% | 0.31% | - |
| XYZ | 3.24 | 5.66 | 3.21 | - |
| YUV | 52.48 | 122.65 | 94.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 78 | 43 | 0.92 | 0 | 0.45 | 0.69 | 150.83 | 0.86 | 0.16 |
| Hex | 6 | 4E | 2B | 5C | 0 | 2D | 45 | 97 | 56 | 10 |
| Octal | 6 | 116 | 53 | 134 | 0 | 55 | 105 | 227 | 126 | 20 |
| Binary | 110 | 1001110 | 101011 | 1011100 | 0 | 101101 | 1000101 | 10010111 | 1010110 | 10000 |
Color Harmonies of #064E2B
Complementary color
Monochromatic Colors of #064E2B
Black with #064E2B
Text Example
Text Example
White with #064E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #064E2B; }
p { color: rgb(6,78,43); }
H1.HeaderClassName
{
color: #064E2B;
}
.AnyTagClassName
{
color: #064E2B;
}
</style>
background-color css
<style>
a { background-color: #064E2B; }
a { background-color: rgb(6,78,43); }
div.DivClassName
{
background-color: #064E2B;
}
.BgClassName
{
background-color: #064E2B;
}
</style>
border-color css
<style>
span { border-color: #064E2B; }
span { border-color: rgb(6,78,43); }
td.TdClassName
{
border-color: #064E2B;
}
.TagClassName
{
border-color: #064E2B;
}
</style>