Shades of British Racing Green #064A2B
Tints of British Racing Green #064A2B
RGB
CMYK
RGB Variations
Color information
#064A2B (or 0x064A2B) is known color: British Racing Green. HEX triplet: 06, 4A and 2B. RGB value is (6,74,43). Sum of RGB (Red+Green+Blue) = 6+74+43=123 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.88% from 123); Green value is 74 (29.30% from 255 or 60.16% from 123); Blue value is 43 (17.19% from 255 or 34.96% from 123); Max value from RGB is 74 - color contains mainly: green. Hex color #064A2B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #064A2B is #F9B5D4. Grayscale: #323232. Windows color (decimal): -16365013 or 2836998. OLE color: 2836998.
HSL color Cylindrical-coordinate representation of color #064A2B: hue angle of 152.65º 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 #064A2B is Cyan = 0.92, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 6 | 74 | 43 | - |
| CMYK | 0.92 | 0 | 0.42 | 0.71 |
| HSL | 152.65º | 0.85% | 0.16% | - |
| HSV(B) | 152.65º | 0.92% | 0.29% | - |
| XYZ | 2.96 | 5.11 | 3.12 | - |
| YUV | 50.13 | 123.97 | 96.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 74 | 43 | 0.92 | 0 | 0.42 | 0.71 | 152.65 | 0.85 | 0.16 |
| Hex | 6 | 4A | 2B | 5C | 0 | 2A | 47 | 99 | 55 | 10 |
| Octal | 6 | 112 | 53 | 134 | 0 | 52 | 107 | 231 | 125 | 20 |
| Binary | 110 | 1001010 | 101011 | 1011100 | 0 | 101010 | 1000111 | 10011001 | 1010101 | 10000 |
Color Harmonies of #064A2B
Complementary color
Monochromatic Colors of #064A2B
Black with #064A2B
Text Example
Text Example
White with #064A2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #064A2B; }
p { color: rgb(6,74,43); }
H1.HeaderClassName
{
color: #064A2B;
}
.AnyTagClassName
{
color: #064A2B;
}
</style>
background-color css
<style>
a { background-color: #064A2B; }
a { background-color: rgb(6,74,43); }
div.DivClassName
{
background-color: #064A2B;
}
.BgClassName
{
background-color: #064A2B;
}
</style>
border-color css
<style>
span { border-color: #064A2B; }
span { border-color: rgb(6,74,43); }
td.TdClassName
{
border-color: #064A2B;
}
.TagClassName
{
border-color: #064A2B;
}
</style>