Shades of British Racing Green #063A1C
Tints of British Racing Green #063A1C
RGB
CMYK
RGB Variations
Color information
#063A1C (or 0x063A1C) is known color: British Racing Green. HEX triplet: 06, 3A and 1C. RGB value is (6,58,28). Sum of RGB (Red+Green+Blue) = 6+58+28=92 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.52% from 92); Green value is 58 (23.05% from 255 or 63.04% from 92); Blue value is 28 (11.33% from 255 or 30.43% from 92); Max value from RGB is 58 - color contains mainly: green. Hex color #063A1C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #063A1C is #F9C5E3. Grayscale: #272727. Windows color (decimal): -16369124 or 1849862. OLE color: 1849862.
HSL color Cylindrical-coordinate representation of color #063A1C: hue angle of 145.38º 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 #063A1C is Cyan = 0.90, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 6 | 58 | 28 | - |
| CMYK | 0.90 | 0 | 0.52 | 0.77 |
| HSL | 145.38º | 0.81% | 0.13% | - |
| HSV(B) | 145.38º | 0.9% | 0.23% | - |
| XYZ | 1.8 | 3.15 | 1.61 | - |
| YUV | 39.03 | 121.77 | 104.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 58 | 28 | 0.90 | 0 | 0.52 | 0.77 | 145.38 | 0.81 | 0.13 |
| Hex | 6 | 3A | 1C | 5A | 0 | 34 | 4D | 91 | 51 | D |
| Octal | 6 | 72 | 34 | 132 | 0 | 64 | 115 | 221 | 121 | 15 |
| Binary | 110 | 111010 | 11100 | 1011010 | 0 | 110100 | 1001101 | 10010001 | 1010001 | 1101 |
Color Harmonies of #063A1C
Complementary color
Monochromatic Colors of #063A1C
Black with #063A1C
Text Example
Text Example
White with #063A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063A1C; }
p { color: rgb(6,58,28); }
H1.HeaderClassName
{
color: #063A1C;
}
.AnyTagClassName
{
color: #063A1C;
}
</style>
background-color css
<style>
a { background-color: #063A1C; }
a { background-color: rgb(6,58,28); }
div.DivClassName
{
background-color: #063A1C;
}
.BgClassName
{
background-color: #063A1C;
}
</style>
border-color css
<style>
span { border-color: #063A1C; }
span { border-color: rgb(6,58,28); }
td.TdClassName
{
border-color: #063A1C;
}
.TagClassName
{
border-color: #063A1C;
}
</style>