Shades of British Racing Green #064A29
Tints of British Racing Green #064A29
RGB
CMYK
RGB Variations
Color information
#064A29 (or 0x064A29) is known color: British Racing Green. HEX triplet: 06, 4A and 29. RGB value is (6,74,41). Sum of RGB (Red+Green+Blue) = 6+74+41=121 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.96% from 121); Green value is 74 (29.30% from 255 or 61.16% from 121); Blue value is 41 (16.41% from 255 or 33.88% from 121); Max value from RGB is 74 - color contains mainly: green. Hex color #064A29 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #064A29 is #F9B5D6. Grayscale: #313131. Windows color (decimal): -16365015 or 2705926. OLE color: 2705926.
HSL color Cylindrical-coordinate representation of color #064A29: hue angle of 150.88º degrees, saturation: 0.85, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #064A29 is Cyan = 0.92, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 6 | 74 | 41 | - |
| CMYK | 0.92 | 0 | 0.45 | 0.71 |
| HSL | 150.88º | 0.85% | 0.16% | - |
| HSV(B) | 150.88º | 0.92% | 0.29% | - |
| XYZ | 2.92 | 5.1 | 2.93 | - |
| YUV | 49.91 | 122.97 | 96.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 74 | 41 | 0.92 | 0 | 0.45 | 0.71 | 150.88 | 0.85 | 0.16 |
| Hex | 6 | 4A | 29 | 5C | 0 | 2D | 47 | 97 | 55 | 10 |
| Octal | 6 | 112 | 51 | 134 | 0 | 55 | 107 | 227 | 125 | 20 |
| Binary | 110 | 1001010 | 101001 | 1011100 | 0 | 101101 | 1000111 | 10010111 | 1010101 | 10000 |
Color Harmonies of #064A29
Complementary color
Monochromatic Colors of #064A29
Black with #064A29
Text Example
Text Example
White with #064A29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #064A29; }
p { color: rgb(6,74,41); }
H1.HeaderClassName
{
color: #064A29;
}
.AnyTagClassName
{
color: #064A29;
}
</style>
background-color css
<style>
a { background-color: #064A29; }
a { background-color: rgb(6,74,41); }
div.DivClassName
{
background-color: #064A29;
}
.BgClassName
{
background-color: #064A29;
}
</style>
border-color css
<style>
span { border-color: #064A29; }
span { border-color: rgb(6,74,41); }
td.TdClassName
{
border-color: #064A29;
}
.TagClassName
{
border-color: #064A29;
}
</style>