Shades of British Racing Green #064D2F
Tints of British Racing Green #064D2F
RGB
CMYK
RGB Variations
Color information
#064D2F (or 0x064D2F) is known color: British Racing Green. HEX triplet: 06, 4D and 2F. RGB value is (6,77,47). Sum of RGB (Red+Green+Blue) = 6+77+47=130 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.62% from 130); Green value is 77 (30.47% from 255 or 59.23% from 130); Blue value is 47 (18.75% from 255 or 36.15% from 130); Max value from RGB is 77 - color contains mainly: green. Hex color #064D2F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #064D2F is #F9B2D0. Grayscale: #343434. Windows color (decimal): -16364241 or 3099910. OLE color: 3099910.
HSL color Cylindrical-coordinate representation of color #064D2F: hue angle of 154.65º degrees, saturation: 0.86, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #064D2F is Cyan = 0.92, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 6 | 77 | 47 | - |
| CMYK | 0.92 | 0 | 0.39 | 0.70 |
| HSL | 154.65º | 0.86% | 0.16% | - |
| HSV(B) | 154.65º | 0.92% | 0.3% | - |
| XYZ | 3.24 | 5.55 | 3.59 | - |
| YUV | 52.35 | 124.98 | 94.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 77 | 47 | 0.92 | 0 | 0.39 | 0.70 | 154.65 | 0.86 | 0.16 |
| Hex | 6 | 4D | 2F | 5C | 0 | 27 | 46 | 9B | 56 | 10 |
| Octal | 6 | 115 | 57 | 134 | 0 | 47 | 106 | 233 | 126 | 20 |
| Binary | 110 | 1001101 | 101111 | 1011100 | 0 | 100111 | 1000110 | 10011011 | 1010110 | 10000 |
Color Harmonies of #064D2F
Complementary color
Monochromatic Colors of #064D2F
Black with #064D2F
Text Example
Text Example
White with #064D2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #064D2F; }
p { color: rgb(6,77,47); }
H1.HeaderClassName
{
color: #064D2F;
}
.AnyTagClassName
{
color: #064D2F;
}
</style>
background-color css
<style>
a { background-color: #064D2F; }
a { background-color: rgb(6,77,47); }
div.DivClassName
{
background-color: #064D2F;
}
.BgClassName
{
background-color: #064D2F;
}
</style>
border-color css
<style>
span { border-color: #064D2F; }
span { border-color: rgb(6,77,47); }
td.TdClassName
{
border-color: #064D2F;
}
.TagClassName
{
border-color: #064D2F;
}
</style>