Shades of British Racing Green #064129
Tints of British Racing Green #064129
RGB
CMYK
RGB Variations
Color information
#064129 (or 0x064129) is known color: British Racing Green. HEX triplet: 06, 41 and 29. RGB value is (6,65,41). Sum of RGB (Red+Green+Blue) = 6+65+41=112 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.36% from 112); Green value is 65 (25.78% from 255 or 58.04% from 112); Blue value is 41 (16.41% from 255 or 36.61% from 112); Max value from RGB is 65 - color contains mainly: green. Hex color #064129 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #064129 is #F9BED6. Grayscale: #2C2C2C. Windows color (decimal): -16367319 or 2703622. OLE color: 2703622.
HSL color Cylindrical-coordinate representation of color #064129: hue angle of 155.59º 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 #064129 is Cyan = 0.91, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 6 | 65 | 41 | - |
| CMYK | 0.91 | 0 | 0.37 | 0.75 |
| HSL | 155.59º | 0.83% | 0.14% | - |
| HSV(B) | 155.59º | 0.91% | 0.25% | - |
| XYZ | 2.37 | 3.98 | 2.74 | - |
| YUV | 44.62 | 125.95 | 100.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 65 | 41 | 0.91 | 0 | 0.37 | 0.75 | 155.59 | 0.83 | 0.14 |
| Hex | 6 | 41 | 29 | 5B | 0 | 25 | 4B | 9C | 53 | E |
| Octal | 6 | 101 | 51 | 133 | 0 | 45 | 113 | 234 | 123 | 16 |
| Binary | 110 | 1000001 | 101001 | 1011011 | 0 | 100101 | 1001011 | 10011100 | 1010011 | 1110 |
Color Harmonies of #064129
Complementary color
Monochromatic Colors of #064129
Black with #064129
Text Example
Text Example
White with #064129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #064129; }
p { color: rgb(6,65,41); }
H1.HeaderClassName
{
color: #064129;
}
.AnyTagClassName
{
color: #064129;
}
</style>
background-color css
<style>
a { background-color: #064129; }
a { background-color: rgb(6,65,41); }
div.DivClassName
{
background-color: #064129;
}
.BgClassName
{
background-color: #064129;
}
</style>
border-color css
<style>
span { border-color: #064129; }
span { border-color: rgb(6,65,41); }
td.TdClassName
{
border-color: #064129;
}
.TagClassName
{
border-color: #064129;
}
</style>