Shades of British Racing Green #064A28
Tints of British Racing Green #064A28
RGB
CMYK
RGB Variations
Color information
#064A28 (or 0x064A28) is known color: British Racing Green. HEX triplet: 06, 4A and 28. RGB value is (6,74,40). Sum of RGB (Red+Green+Blue) = 6+74+40=120 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5% from 120); Green value is 74 (29.30% from 255 or 61.67% from 120); Blue value is 40 (16.02% from 255 or 33.33% from 120); Max value from RGB is 74 - color contains mainly: green. Hex color #064A28 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #064A28 is #F9B5D7. Grayscale: #313131. Windows color (decimal): -16365016 or 2640390. OLE color: 2640390.
HSL color Cylindrical-coordinate representation of color #064A28: hue angle of 150º 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 #064A28 is Cyan = 0.92, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 6 | 74 | 40 | - |
| CMYK | 0.92 | 0 | 0.46 | 0.71 |
| HSL | 150º | 0.85% | 0.16% | - |
| HSV(B) | 150º | 0.92% | 0.29% | - |
| XYZ | 2.91 | 5.09 | 2.84 | - |
| YUV | 49.79 | 122.47 | 96.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 74 | 40 | 0.92 | 0 | 0.46 | 0.71 | 150 | 0.85 | 0.16 |
| Hex | 6 | 4A | 28 | 5C | 0 | 2E | 47 | 96 | 55 | 10 |
| Octal | 6 | 112 | 50 | 134 | 0 | 56 | 107 | 226 | 125 | 20 |
| Binary | 110 | 1001010 | 101000 | 1011100 | 0 | 101110 | 1000111 | 10010110 | 1010101 | 10000 |
Color Harmonies of #064A28
Complementary color
Monochromatic Colors of #064A28
Black with #064A28
Text Example
Text Example
White with #064A28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #064A28; }
p { color: rgb(6,74,40); }
H1.HeaderClassName
{
color: #064A28;
}
.AnyTagClassName
{
color: #064A28;
}
</style>
background-color css
<style>
a { background-color: #064A28; }
a { background-color: rgb(6,74,40); }
div.DivClassName
{
background-color: #064A28;
}
.BgClassName
{
background-color: #064A28;
}
</style>
border-color css
<style>
span { border-color: #064A28; }
span { border-color: rgb(6,74,40); }
td.TdClassName
{
border-color: #064A28;
}
.TagClassName
{
border-color: #064A28;
}
</style>