Shades of British Racing Green #064F2D
Tints of British Racing Green #064F2D
RGB
CMYK
RGB Variations
Color information
#064F2D (or 0x064F2D) is known color: British Racing Green. HEX triplet: 06, 4F and 2D. RGB value is (6,79,45). Sum of RGB (Red+Green+Blue) = 6+79+45=130 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.62% from 130); Green value is 79 (31.25% from 255 or 60.77% from 130); Blue value is 45 (17.97% from 255 or 34.62% from 130); Max value from RGB is 79 - color contains mainly: green. Hex color #064F2D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #064F2D is #F9B0D2. Grayscale: #353535. Windows color (decimal): -16363731 or 2969350. OLE color: 2969350.
HSL color Cylindrical-coordinate representation of color #064F2D: hue angle of 152.05º 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 #064F2D is Cyan = 0.92, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 6 | 79 | 45 | - |
| CMYK | 0.92 | 0 | 0.43 | 0.69 |
| HSL | 152.05º | 0.86% | 0.17% | - |
| HSV(B) | 152.05º | 0.92% | 0.31% | - |
| XYZ | 3.34 | 5.82 | 3.43 | - |
| YUV | 53.3 | 123.32 | 94.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 79 | 45 | 0.92 | 0 | 0.43 | 0.69 | 152.05 | 0.86 | 0.17 |
| Hex | 6 | 4F | 2D | 5C | 0 | 2B | 45 | 98 | 56 | 11 |
| Octal | 6 | 117 | 55 | 134 | 0 | 53 | 105 | 230 | 126 | 21 |
| Binary | 110 | 1001111 | 101101 | 1011100 | 0 | 101011 | 1000101 | 10011000 | 1010110 | 10001 |
Color Harmonies of #064F2D
Complementary color
Monochromatic Colors of #064F2D
Black with #064F2D
Text Example
Text Example
White with #064F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #064F2D; }
p { color: rgb(6,79,45); }
H1.HeaderClassName
{
color: #064F2D;
}
.AnyTagClassName
{
color: #064F2D;
}
</style>
background-color css
<style>
a { background-color: #064F2D; }
a { background-color: rgb(6,79,45); }
div.DivClassName
{
background-color: #064F2D;
}
.BgClassName
{
background-color: #064F2D;
}
</style>
border-color css
<style>
span { border-color: #064F2D; }
span { border-color: rgb(6,79,45); }
td.TdClassName
{
border-color: #064F2D;
}
.TagClassName
{
border-color: #064F2D;
}
</style>