Shades of British Racing Green #064F2C
Tints of British Racing Green #064F2C
RGB
CMYK
RGB Variations
Color information
#064F2C (or 0x064F2C) is known color: British Racing Green. HEX triplet: 06, 4F and 2C. RGB value is (6,79,44). Sum of RGB (Red+Green+Blue) = 6+79+44=129 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.65% from 129); Green value is 79 (31.25% from 255 or 61.24% from 129); Blue value is 44 (17.58% from 255 or 34.11% from 129); Max value from RGB is 79 - color contains mainly: green. Hex color #064F2C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #064F2C is #F9B0D3. Grayscale: #353535. Windows color (decimal): -16363732 or 2903814. OLE color: 2903814.
HSL color Cylindrical-coordinate representation of color #064F2C: hue angle of 151.23º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #064F2C is Cyan = 0.92, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 6 | 79 | 44 | - |
| CMYK | 0.92 | 0 | 0.44 | 0.69 |
| HSL | 151.23º | 0.86% | 0.17% | - |
| HSV(B) | 151.23º | 0.92% | 0.31% | - |
| XYZ | 3.33 | 5.81 | 3.33 | - |
| YUV | 53.18 | 122.82 | 94.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 79 | 44 | 0.92 | 0 | 0.44 | 0.69 | 151.23 | 0.86 | 0.17 |
| Hex | 6 | 4F | 2C | 5C | 0 | 2C | 45 | 97 | 56 | 11 |
| Octal | 6 | 117 | 54 | 134 | 0 | 54 | 105 | 227 | 126 | 21 |
| Binary | 110 | 1001111 | 101100 | 1011100 | 0 | 101100 | 1000101 | 10010111 | 1010110 | 10001 |
Color Harmonies of #064F2C
Complementary color
Monochromatic Colors of #064F2C
Black with #064F2C
Text Example
Text Example
White with #064F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #064F2C; }
p { color: rgb(6,79,44); }
H1.HeaderClassName
{
color: #064F2C;
}
.AnyTagClassName
{
color: #064F2C;
}
</style>
background-color css
<style>
a { background-color: #064F2C; }
a { background-color: rgb(6,79,44); }
div.DivClassName
{
background-color: #064F2C;
}
.BgClassName
{
background-color: #064F2C;
}
</style>
border-color css
<style>
span { border-color: #064F2C; }
span { border-color: rgb(6,79,44); }
td.TdClassName
{
border-color: #064F2C;
}
.TagClassName
{
border-color: #064F2C;
}
</style>