Shades of British Racing Green #063F31
Tints of British Racing Green #063F31
RGB
CMYK
RGB Variations
Color information
#063F31 (or 0x063F31) is known color: British Racing Green. HEX triplet: 06, 3F and 31. RGB value is (6,63,49). Sum of RGB (Red+Green+Blue) = 6+63+49=118 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.08% from 118); Green value is 63 (25% from 255 or 53.39% from 118); Blue value is 49 (19.53% from 255 or 41.53% from 118); Max value from RGB is 63 - color contains mainly: green. Hex color #063F31 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #063F31 is #F9C0CE. Grayscale: #2C2C2C. Windows color (decimal): -16367823 or 3227398. OLE color: 3227398.
HSL color Cylindrical-coordinate representation of color #063F31: hue angle of 165.26º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #063F31 is Cyan = 0.90, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 6 | 63 | 49 | - |
| CMYK | 0.90 | 0 | 0.22 | 0.75 |
| HSL | 165.26º | 0.83% | 0.14% | - |
| HSV(B) | 165.26º | 0.9% | 0.25% | - |
| XYZ | 2.41 | 3.82 | 3.52 | - |
| YUV | 44.36 | 130.62 | 100.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 63 | 49 | 0.90 | 0 | 0.22 | 0.75 | 165.26 | 0.83 | 0.14 |
| Hex | 6 | 3F | 31 | 5A | 0 | 16 | 4B | A5 | 53 | E |
| Octal | 6 | 77 | 61 | 132 | 0 | 26 | 113 | 245 | 123 | 16 |
| Binary | 110 | 111111 | 110001 | 1011010 | 0 | 10110 | 1001011 | 10100101 | 1010011 | 1110 |
Color Harmonies of #063F31
Complementary color
Monochromatic Colors of #063F31
Black with #063F31
Text Example
Text Example
White with #063F31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063F31; }
p { color: rgb(6,63,49); }
H1.HeaderClassName
{
color: #063F31;
}
.AnyTagClassName
{
color: #063F31;
}
</style>
background-color css
<style>
a { background-color: #063F31; }
a { background-color: rgb(6,63,49); }
div.DivClassName
{
background-color: #063F31;
}
.BgClassName
{
background-color: #063F31;
}
</style>
border-color css
<style>
span { border-color: #063F31; }
span { border-color: rgb(6,63,49); }
td.TdClassName
{
border-color: #063F31;
}
.TagClassName
{
border-color: #063F31;
}
</style>