Shades of British Racing Green #064828
Tints of British Racing Green #064828
RGB
CMYK
RGB Variations
Color information
#064828 (or 0x064828) is known color: British Racing Green. HEX triplet: 06, 48 and 28. RGB value is (6,72,40). Sum of RGB (Red+Green+Blue) = 6+72+40=118 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.08% from 118); Green value is 72 (28.52% from 255 or 61.02% from 118); Blue value is 40 (16.02% from 255 or 33.90% from 118); Max value from RGB is 72 - color contains mainly: green. Hex color #064828 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #064828 is #F9B7D7. Grayscale: #303030. Windows color (decimal): -16365528 or 2639878. OLE color: 2639878.
HSL color Cylindrical-coordinate representation of color #064828: hue angle of 150.91º degrees, saturation: 0.85, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #064828 is Cyan = 0.92, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 6 | 72 | 40 | - |
| CMYK | 0.92 | 0 | 0.44 | 0.72 |
| HSL | 150.91º | 0.85% | 0.15% | - |
| HSV(B) | 150.91º | 0.92% | 0.28% | - |
| XYZ | 2.78 | 4.83 | 2.79 | - |
| YUV | 48.62 | 123.13 | 97.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 72 | 40 | 0.92 | 0 | 0.44 | 0.72 | 150.91 | 0.85 | 0.15 |
| Hex | 6 | 48 | 28 | 5C | 0 | 2C | 48 | 97 | 55 | F |
| Octal | 6 | 110 | 50 | 134 | 0 | 54 | 110 | 227 | 125 | 17 |
| Binary | 110 | 1001000 | 101000 | 1011100 | 0 | 101100 | 1001000 | 10010111 | 1010101 | 1111 |
Color Harmonies of #064828
Complementary color
Monochromatic Colors of #064828
Black with #064828
Text Example
Text Example
White with #064828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #064828; }
p { color: rgb(6,72,40); }
H1.HeaderClassName
{
color: #064828;
}
.AnyTagClassName
{
color: #064828;
}
</style>
background-color css
<style>
a { background-color: #064828; }
a { background-color: rgb(6,72,40); }
div.DivClassName
{
background-color: #064828;
}
.BgClassName
{
background-color: #064828;
}
</style>
border-color css
<style>
span { border-color: #064828; }
span { border-color: rgb(6,72,40); }
td.TdClassName
{
border-color: #064828;
}
.TagClassName
{
border-color: #064828;
}
</style>