Shades of British Racing Green #064C2D
Tints of British Racing Green #064C2D
RGB
CMYK
RGB Variations
Color information
#064C2D (or 0x064C2D) is known color: British Racing Green. HEX triplet: 06, 4C and 2D. RGB value is (6,76,45). Sum of RGB (Red+Green+Blue) = 6+76+45=127 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.72% from 127); Green value is 76 (30.08% from 255 or 59.84% from 127); Blue value is 45 (17.97% from 255 or 35.43% from 127); Max value from RGB is 76 - color contains mainly: green. Hex color #064C2D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #064C2D is #F9B3D2. Grayscale: #333333. Windows color (decimal): -16364499 or 2968582. OLE color: 2968582.
HSL color Cylindrical-coordinate representation of color #064C2D: hue angle of 153.43º degrees, saturation: 0.85, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #064C2D is Cyan = 0.92, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 6 | 76 | 45 | - |
| CMYK | 0.92 | 0 | 0.41 | 0.70 |
| HSL | 153.43º | 0.85% | 0.16% | - |
| HSV(B) | 153.43º | 0.92% | 0.3% | - |
| XYZ | 3.13 | 5.4 | 3.36 | - |
| YUV | 51.54 | 124.31 | 95.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 76 | 45 | 0.92 | 0 | 0.41 | 0.70 | 153.43 | 0.85 | 0.16 |
| Hex | 6 | 4C | 2D | 5C | 0 | 29 | 46 | 99 | 55 | 10 |
| Octal | 6 | 114 | 55 | 134 | 0 | 51 | 106 | 231 | 125 | 20 |
| Binary | 110 | 1001100 | 101101 | 1011100 | 0 | 101001 | 1000110 | 10011001 | 1010101 | 10000 |
Color Harmonies of #064C2D
Complementary color
Monochromatic Colors of #064C2D
Black with #064C2D
Text Example
Text Example
White with #064C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #064C2D; }
p { color: rgb(6,76,45); }
H1.HeaderClassName
{
color: #064C2D;
}
.AnyTagClassName
{
color: #064C2D;
}
</style>
background-color css
<style>
a { background-color: #064C2D; }
a { background-color: rgb(6,76,45); }
div.DivClassName
{
background-color: #064C2D;
}
.BgClassName
{
background-color: #064C2D;
}
</style>
border-color css
<style>
span { border-color: #064C2D; }
span { border-color: rgb(6,76,45); }
td.TdClassName
{
border-color: #064C2D;
}
.TagClassName
{
border-color: #064C2D;
}
</style>