Shades of British Racing Green #064929
Tints of British Racing Green #064929
RGB
CMYK
RGB Variations
Color information
#064929 (or 0x064929) is known color: British Racing Green. HEX triplet: 06, 49 and 29. RGB value is (6,73,41). Sum of RGB (Red+Green+Blue) = 6+73+41=120 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5% from 120); Green value is 73 (28.91% from 255 or 60.83% from 120); Blue value is 41 (16.41% from 255 or 34.17% from 120); Max value from RGB is 73 - color contains mainly: green. Hex color #064929 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #064929 is #F9B6D6. Grayscale: #313131. Windows color (decimal): -16365271 or 2705670. OLE color: 2705670.
HSL color Cylindrical-coordinate representation of color #064929: hue angle of 151.34º degrees, saturation: 0.85, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #064929 is Cyan = 0.92, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 6 | 73 | 41 | - |
| CMYK | 0.92 | 0 | 0.44 | 0.71 |
| HSL | 151.34º | 0.85% | 0.15% | - |
| HSV(B) | 151.34º | 0.92% | 0.29% | - |
| XYZ | 2.86 | 4.96 | 2.91 | - |
| YUV | 49.32 | 123.3 | 97.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 73 | 41 | 0.92 | 0 | 0.44 | 0.71 | 151.34 | 0.85 | 0.15 |
| Hex | 6 | 49 | 29 | 5C | 0 | 2C | 47 | 97 | 55 | F |
| Octal | 6 | 111 | 51 | 134 | 0 | 54 | 107 | 227 | 125 | 17 |
| Binary | 110 | 1001001 | 101001 | 1011100 | 0 | 101100 | 1000111 | 10010111 | 1010101 | 1111 |
Color Harmonies of #064929
Complementary color
Monochromatic Colors of #064929
Black with #064929
Text Example
Text Example
White with #064929
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #064929; }
p { color: rgb(6,73,41); }
H1.HeaderClassName
{
color: #064929;
}
.AnyTagClassName
{
color: #064929;
}
</style>
background-color css
<style>
a { background-color: #064929; }
a { background-color: rgb(6,73,41); }
div.DivClassName
{
background-color: #064929;
}
.BgClassName
{
background-color: #064929;
}
</style>
border-color css
<style>
span { border-color: #064929; }
span { border-color: rgb(6,73,41); }
td.TdClassName
{
border-color: #064929;
}
.TagClassName
{
border-color: #064929;
}
</style>