Shades of British Racing Green #064B2C
Tints of British Racing Green #064B2C
RGB
CMYK
RGB Variations
Color information
#064B2C (or 0x064B2C) is known color: British Racing Green. HEX triplet: 06, 4B and 2C. RGB value is (6,75,44). Sum of RGB (Red+Green+Blue) = 6+75+44=125 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.8% from 125); Green value is 75 (29.69% from 255 or 60% from 125); Blue value is 44 (17.58% from 255 or 35.2% from 125); Max value from RGB is 75 - color contains mainly: green. Hex color #064B2C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #064B2C is #F9B4D3. Grayscale: #323232. Windows color (decimal): -16364756 or 2902790. OLE color: 2902790.
HSL color Cylindrical-coordinate representation of color #064B2C: hue angle of 153.04º 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 #064B2C is Cyan = 0.92, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 6 | 75 | 44 | - |
| CMYK | 0.92 | 0 | 0.41 | 0.71 |
| HSL | 153.04º | 0.85% | 0.16% | - |
| HSV(B) | 153.04º | 0.92% | 0.29% | - |
| XYZ | 3.05 | 5.25 | 3.24 | - |
| YUV | 50.84 | 124.14 | 96.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 75 | 44 | 0.92 | 0 | 0.41 | 0.71 | 153.04 | 0.85 | 0.16 |
| Hex | 6 | 4B | 2C | 5C | 0 | 29 | 47 | 99 | 55 | 10 |
| Octal | 6 | 113 | 54 | 134 | 0 | 51 | 107 | 231 | 125 | 20 |
| Binary | 110 | 1001011 | 101100 | 1011100 | 0 | 101001 | 1000111 | 10011001 | 1010101 | 10000 |
Color Harmonies of #064B2C
Complementary color
Monochromatic Colors of #064B2C
Black with #064B2C
Text Example
Text Example
White with #064B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #064B2C; }
p { color: rgb(6,75,44); }
H1.HeaderClassName
{
color: #064B2C;
}
.AnyTagClassName
{
color: #064B2C;
}
</style>
background-color css
<style>
a { background-color: #064B2C; }
a { background-color: rgb(6,75,44); }
div.DivClassName
{
background-color: #064B2C;
}
.BgClassName
{
background-color: #064B2C;
}
</style>
border-color css
<style>
span { border-color: #064B2C; }
span { border-color: rgb(6,75,44); }
td.TdClassName
{
border-color: #064B2C;
}
.TagClassName
{
border-color: #064B2C;
}
</style>