Shades of British Racing Green #063B2A
Tints of British Racing Green #063B2A
RGB
CMYK
RGB Variations
Color information
#063B2A (or 0x063B2A) is known color: British Racing Green. HEX triplet: 06, 3B and 2A. RGB value is (6,59,42). Sum of RGB (Red+Green+Blue) = 6+59+42=107 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.61% from 107); Green value is 59 (23.44% from 255 or 55.14% from 107); Blue value is 42 (16.80% from 255 or 39.25% from 107); Max value from RGB is 59 - color contains mainly: green. Hex color #063B2A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #063B2A is #F9C4D5. Grayscale: #292929. Windows color (decimal): -16368854 or 2767622. OLE color: 2767622.
HSL color Cylindrical-coordinate representation of color #063B2A: hue angle of 160.75º degrees, saturation: 0.82, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #063B2A is Cyan = 0.90, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 6 | 59 | 42 | - |
| CMYK | 0.90 | 0 | 0.29 | 0.77 |
| HSL | 160.75º | 0.82% | 0.13% | - |
| HSV(B) | 160.75º | 0.9% | 0.23% | - |
| XYZ | 2.06 | 3.33 | 2.73 | - |
| YUV | 41.22 | 128.44 | 102.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 59 | 42 | 0.90 | 0 | 0.29 | 0.77 | 160.75 | 0.82 | 0.13 |
| Hex | 6 | 3B | 2A | 5A | 0 | 1D | 4D | A1 | 52 | D |
| Octal | 6 | 73 | 52 | 132 | 0 | 35 | 115 | 241 | 122 | 15 |
| Binary | 110 | 111011 | 101010 | 1011010 | 0 | 11101 | 1001101 | 10100001 | 1010010 | 1101 |
Color Harmonies of #063B2A
Complementary color
Monochromatic Colors of #063B2A
Black with #063B2A
Text Example
Text Example
White with #063B2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063B2A; }
p { color: rgb(6,59,42); }
H1.HeaderClassName
{
color: #063B2A;
}
.AnyTagClassName
{
color: #063B2A;
}
</style>
background-color css
<style>
a { background-color: #063B2A; }
a { background-color: rgb(6,59,42); }
div.DivClassName
{
background-color: #063B2A;
}
.BgClassName
{
background-color: #063B2A;
}
</style>
border-color css
<style>
span { border-color: #063B2A; }
span { border-color: rgb(6,59,42); }
td.TdClassName
{
border-color: #063B2A;
}
.TagClassName
{
border-color: #063B2A;
}
</style>