Shades of British Racing Green #064B2D
Tints of British Racing Green #064B2D
RGB
CMYK
RGB Variations
Color information
#064B2D (or 0x064B2D) is known color: British Racing Green. HEX triplet: 06, 4B and 2D. RGB value is (6,75,45). Sum of RGB (Red+Green+Blue) = 6+75+45=126 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.76% from 126); Green value is 75 (29.69% from 255 or 59.52% from 126); Blue value is 45 (17.97% from 255 or 35.71% from 126); Max value from RGB is 75 - color contains mainly: green. Hex color #064B2D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #064B2D is #F9B4D2. Grayscale: #333333. Windows color (decimal): -16364755 or 2968326. OLE color: 2968326.
HSL color Cylindrical-coordinate representation of color #064B2D: hue angle of 153.91º 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 #064B2D is Cyan = 0.92, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 6 | 75 | 45 | - |
| CMYK | 0.92 | 0 | 0.40 | 0.71 |
| HSL | 153.91º | 0.85% | 0.16% | - |
| HSV(B) | 153.91º | 0.92% | 0.29% | - |
| XYZ | 3.06 | 5.26 | 3.34 | - |
| YUV | 50.95 | 124.64 | 95.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 75 | 45 | 0.92 | 0 | 0.40 | 0.71 | 153.91 | 0.85 | 0.16 |
| Hex | 6 | 4B | 2D | 5C | 0 | 28 | 47 | 9A | 55 | 10 |
| Octal | 6 | 113 | 55 | 134 | 0 | 50 | 107 | 232 | 125 | 20 |
| Binary | 110 | 1001011 | 101101 | 1011100 | 0 | 101000 | 1000111 | 10011010 | 1010101 | 10000 |
Color Harmonies of #064B2D
Complementary color
Monochromatic Colors of #064B2D
Black with #064B2D
Text Example
Text Example
White with #064B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #064B2D; }
p { color: rgb(6,75,45); }
H1.HeaderClassName
{
color: #064B2D;
}
.AnyTagClassName
{
color: #064B2D;
}
</style>
background-color css
<style>
a { background-color: #064B2D; }
a { background-color: rgb(6,75,45); }
div.DivClassName
{
background-color: #064B2D;
}
.BgClassName
{
background-color: #064B2D;
}
</style>
border-color css
<style>
span { border-color: #064B2D; }
span { border-color: rgb(6,75,45); }
td.TdClassName
{
border-color: #064B2D;
}
.TagClassName
{
border-color: #064B2D;
}
</style>