Shades of British Racing Green #063E2B
Tints of British Racing Green #063E2B
RGB
CMYK
RGB Variations
Color information
#063E2B (or 0x063E2B) is known color: British Racing Green. HEX triplet: 06, 3E and 2B. RGB value is (6,62,43). Sum of RGB (Red+Green+Blue) = 6+62+43=111 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.41% from 111); Green value is 62 (24.61% from 255 or 55.86% from 111); Blue value is 43 (17.19% from 255 or 38.74% from 111); Max value from RGB is 62 - color contains mainly: green. Hex color #063E2B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #063E2B is #F9C1D4. Grayscale: #2B2B2B. Windows color (decimal): -16368085 or 2833926. OLE color: 2833926.
HSL color Cylindrical-coordinate representation of color #063E2B: hue angle of 159.64º degrees, saturation: 0.82, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #063E2B is Cyan = 0.90, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 6 | 62 | 43 | - |
| CMYK | 0.90 | 0 | 0.31 | 0.76 |
| HSL | 159.64º | 0.82% | 0.13% | - |
| HSV(B) | 159.64º | 0.9% | 0.24% | - |
| XYZ | 2.23 | 3.66 | 2.87 | - |
| YUV | 43.09 | 127.95 | 101.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 62 | 43 | 0.90 | 0 | 0.31 | 0.76 | 159.64 | 0.82 | 0.13 |
| Hex | 6 | 3E | 2B | 5A | 0 | 1F | 4C | A0 | 52 | D |
| Octal | 6 | 76 | 53 | 132 | 0 | 37 | 114 | 240 | 122 | 15 |
| Binary | 110 | 111110 | 101011 | 1011010 | 0 | 11111 | 1001100 | 10100000 | 1010010 | 1101 |
Color Harmonies of #063E2B
Complementary color
Monochromatic Colors of #063E2B
Black with #063E2B
Text Example
Text Example
White with #063E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063E2B; }
p { color: rgb(6,62,43); }
H1.HeaderClassName
{
color: #063E2B;
}
.AnyTagClassName
{
color: #063E2B;
}
</style>
background-color css
<style>
a { background-color: #063E2B; }
a { background-color: rgb(6,62,43); }
div.DivClassName
{
background-color: #063E2B;
}
.BgClassName
{
background-color: #063E2B;
}
</style>
border-color css
<style>
span { border-color: #063E2B; }
span { border-color: rgb(6,62,43); }
td.TdClassName
{
border-color: #063E2B;
}
.TagClassName
{
border-color: #063E2B;
}
</style>