Shades of British Racing Green #064B1D
Tints of British Racing Green #064B1D
RGB
CMYK
RGB Variations
Color information
#064B1D (or 0x064B1D) is known color: British Racing Green. HEX triplet: 06, 4B and 1D. RGB value is (6,75,29). Sum of RGB (Red+Green+Blue) = 6+75+29=110 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.45% from 110); Green value is 75 (29.69% from 255 or 68.18% from 110); Blue value is 29 (11.72% from 255 or 26.36% from 110); Max value from RGB is 75 - color contains mainly: green. Hex color #064B1D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #064B1D is #F9B4E2. Grayscale: #313131. Windows color (decimal): -16364771 or 1919750. OLE color: 1919750.
HSL color Cylindrical-coordinate representation of color #064B1D: hue angle of 140º 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 #064B1D is Cyan = 0.92, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 6 | 75 | 29 | - |
| CMYK | 0.92 | 0 | 0.61 | 0.71 |
| HSL | 140º | 0.85% | 0.16% | - |
| HSV(B) | 140º | 0.92% | 0.29% | - |
| XYZ | 2.81 | 5.16 | 2.01 | - |
| YUV | 49.13 | 116.64 | 97.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 75 | 29 | 0.92 | 0 | 0.61 | 0.71 | 140 | 0.85 | 0.16 |
| Hex | 6 | 4B | 1D | 5C | 0 | 3D | 47 | 8C | 55 | 10 |
| Octal | 6 | 113 | 35 | 134 | 0 | 75 | 107 | 214 | 125 | 20 |
| Binary | 110 | 1001011 | 11101 | 1011100 | 0 | 111101 | 1000111 | 10001100 | 1010101 | 10000 |
Color Harmonies of #064B1D
Complementary color
Monochromatic Colors of #064B1D
Black with #064B1D
Text Example
Text Example
White with #064B1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #064B1D; }
p { color: rgb(6,75,29); }
H1.HeaderClassName
{
color: #064B1D;
}
.AnyTagClassName
{
color: #064B1D;
}
</style>
background-color css
<style>
a { background-color: #064B1D; }
a { background-color: rgb(6,75,29); }
div.DivClassName
{
background-color: #064B1D;
}
.BgClassName
{
background-color: #064B1D;
}
</style>
border-color css
<style>
span { border-color: #064B1D; }
span { border-color: rgb(6,75,29); }
td.TdClassName
{
border-color: #064B1D;
}
.TagClassName
{
border-color: #064B1D;
}
</style>