Shades of British Racing Green #063A1F
Tints of British Racing Green #063A1F
RGB
CMYK
RGB Variations
Color information
#063A1F (or 0x063A1F) is known color: British Racing Green. HEX triplet: 06, 3A and 1F. RGB value is (6,58,31). Sum of RGB (Red+Green+Blue) = 6+58+31=95 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.32% from 95); Green value is 58 (23.05% from 255 or 61.05% from 95); Blue value is 31 (12.5% from 255 or 32.63% from 95); Max value from RGB is 58 - color contains mainly: green. Hex color #063A1F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #063A1F is #F9C5E0. Grayscale: #272727. Windows color (decimal): -16369121 or 2046470. OLE color: 2046470.
HSL color Cylindrical-coordinate representation of color #063A1F: hue angle of 148.85º degrees, saturation: 0.81, 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 #063A1F is Cyan = 0.90, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 6 | 58 | 31 | - |
| CMYK | 0.90 | 0 | 0.47 | 0.77 |
| HSL | 148.85º | 0.81% | 0.13% | - |
| HSV(B) | 148.85º | 0.9% | 0.23% | - |
| XYZ | 1.84 | 3.16 | 1.81 | - |
| YUV | 39.37 | 123.27 | 104.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 58 | 31 | 0.90 | 0 | 0.47 | 0.77 | 148.85 | 0.81 | 0.13 |
| Hex | 6 | 3A | 1F | 5A | 0 | 2F | 4D | 95 | 51 | D |
| Octal | 6 | 72 | 37 | 132 | 0 | 57 | 115 | 225 | 121 | 15 |
| Binary | 110 | 111010 | 11111 | 1011010 | 0 | 101111 | 1001101 | 10010101 | 1010001 | 1101 |
Color Harmonies of #063A1F
Complementary color
Monochromatic Colors of #063A1F
Black with #063A1F
Text Example
Text Example
White with #063A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063A1F; }
p { color: rgb(6,58,31); }
H1.HeaderClassName
{
color: #063A1F;
}
.AnyTagClassName
{
color: #063A1F;
}
</style>
background-color css
<style>
a { background-color: #063A1F; }
a { background-color: rgb(6,58,31); }
div.DivClassName
{
background-color: #063A1F;
}
.BgClassName
{
background-color: #063A1F;
}
</style>
border-color css
<style>
span { border-color: #063A1F; }
span { border-color: rgb(6,58,31); }
td.TdClassName
{
border-color: #063A1F;
}
.TagClassName
{
border-color: #063A1F;
}
</style>