Shades of British Racing Green #064A1D
Tints of British Racing Green #064A1D
RGB
CMYK
RGB Variations
Color information
#064A1D (or 0x064A1D) is known color: British Racing Green. HEX triplet: 06, 4A and 1D. RGB value is (6,74,29). Sum of RGB (Red+Green+Blue) = 6+74+29=109 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.50% from 109); Green value is 74 (29.30% from 255 or 67.89% from 109); Blue value is 29 (11.72% from 255 or 26.61% from 109); Max value from RGB is 74 - color contains mainly: green. Hex color #064A1D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #064A1D is #F9B5E2. Grayscale: #303030. Windows color (decimal): -16365027 or 1919494. OLE color: 1919494.
HSL color Cylindrical-coordinate representation of color #064A1D: hue angle of 140.29º 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 #064A1D is Cyan = 0.92, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 6 | 74 | 29 | - |
| CMYK | 0.92 | 0 | 0.61 | 0.71 |
| HSL | 140.29º | 0.85% | 0.16% | - |
| HSV(B) | 140.29º | 0.92% | 0.29% | - |
| XYZ | 2.75 | 5.02 | 1.99 | - |
| YUV | 48.54 | 116.97 | 97.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 74 | 29 | 0.92 | 0 | 0.61 | 0.71 | 140.29 | 0.85 | 0.16 |
| Hex | 6 | 4A | 1D | 5C | 0 | 3D | 47 | 8C | 55 | 10 |
| Octal | 6 | 112 | 35 | 134 | 0 | 75 | 107 | 214 | 125 | 20 |
| Binary | 110 | 1001010 | 11101 | 1011100 | 0 | 111101 | 1000111 | 10001100 | 1010101 | 10000 |
Color Harmonies of #064A1D
Complementary color
Monochromatic Colors of #064A1D
Black with #064A1D
Text Example
Text Example
White with #064A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #064A1D; }
p { color: rgb(6,74,29); }
H1.HeaderClassName
{
color: #064A1D;
}
.AnyTagClassName
{
color: #064A1D;
}
</style>
background-color css
<style>
a { background-color: #064A1D; }
a { background-color: rgb(6,74,29); }
div.DivClassName
{
background-color: #064A1D;
}
.BgClassName
{
background-color: #064A1D;
}
</style>
border-color css
<style>
span { border-color: #064A1D; }
span { border-color: rgb(6,74,29); }
td.TdClassName
{
border-color: #064A1D;
}
.TagClassName
{
border-color: #064A1D;
}
</style>