Shades of British Racing Green #064A2A
Tints of British Racing Green #064A2A
RGB
CMYK
RGB Variations
Color information
#064A2A (or 0x064A2A) is known color: British Racing Green. HEX triplet: 06, 4A and 2A. RGB value is (6,74,42). Sum of RGB (Red+Green+Blue) = 6+74+42=122 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.92% from 122); Green value is 74 (29.30% from 255 or 60.66% from 122); Blue value is 42 (16.80% from 255 or 34.43% from 122); Max value from RGB is 74 - color contains mainly: green. Hex color #064A2A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #064A2A is #F9B5D5. Grayscale: #323232. Windows color (decimal): -16365014 or 2771462. OLE color: 2771462.
HSL color Cylindrical-coordinate representation of color #064A2A: hue angle of 151.76º 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 #064A2A is Cyan = 0.92, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 6 | 74 | 42 | - |
| CMYK | 0.92 | 0 | 0.43 | 0.71 |
| HSL | 151.76º | 0.85% | 0.16% | - |
| HSV(B) | 151.76º | 0.92% | 0.29% | - |
| XYZ | 2.94 | 5.1 | 3.02 | - |
| YUV | 50.02 | 123.47 | 96.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 74 | 42 | 0.92 | 0 | 0.43 | 0.71 | 151.76 | 0.85 | 0.16 |
| Hex | 6 | 4A | 2A | 5C | 0 | 2B | 47 | 98 | 55 | 10 |
| Octal | 6 | 112 | 52 | 134 | 0 | 53 | 107 | 230 | 125 | 20 |
| Binary | 110 | 1001010 | 101010 | 1011100 | 0 | 101011 | 1000111 | 10011000 | 1010101 | 10000 |
Color Harmonies of #064A2A
Complementary color
Monochromatic Colors of #064A2A
Black with #064A2A
Text Example
Text Example
White with #064A2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #064A2A; }
p { color: rgb(6,74,42); }
H1.HeaderClassName
{
color: #064A2A;
}
.AnyTagClassName
{
color: #064A2A;
}
</style>
background-color css
<style>
a { background-color: #064A2A; }
a { background-color: rgb(6,74,42); }
div.DivClassName
{
background-color: #064A2A;
}
.BgClassName
{
background-color: #064A2A;
}
</style>
border-color css
<style>
span { border-color: #064A2A; }
span { border-color: rgb(6,74,42); }
td.TdClassName
{
border-color: #064A2A;
}
.TagClassName
{
border-color: #064A2A;
}
</style>