Shades of British Racing Green #063C2D
Tints of British Racing Green #063C2D
RGB
CMYK
RGB Variations
Color information
#063C2D (or 0x063C2D) is known color: British Racing Green. HEX triplet: 06, 3C and 2D. RGB value is (6,60,45). Sum of RGB (Red+Green+Blue) = 6+60+45=111 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.41% from 111); Green value is 60 (23.83% from 255 or 54.05% from 111); Blue value is 45 (17.97% from 255 or 40.54% from 111); Max value from RGB is 60 - color contains mainly: green. Hex color #063C2D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #063C2D is #F9C3D2. Grayscale: #2A2A2A. Windows color (decimal): -16368595 or 2964486. OLE color: 2964486.
HSL color Cylindrical-coordinate representation of color #063C2D: hue angle of 163.33º 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 #063C2D is Cyan = 0.90, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 6 | 60 | 45 | - |
| CMYK | 0.90 | 0 | 0.25 | 0.76 |
| HSL | 163.33º | 0.82% | 0.13% | - |
| HSV(B) | 163.33º | 0.9% | 0.24% | - |
| XYZ | 2.16 | 3.46 | 3.04 | - |
| YUV | 42.14 | 129.61 | 102.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 60 | 45 | 0.90 | 0 | 0.25 | 0.76 | 163.33 | 0.82 | 0.13 |
| Hex | 6 | 3C | 2D | 5A | 0 | 19 | 4C | A3 | 52 | D |
| Octal | 6 | 74 | 55 | 132 | 0 | 31 | 114 | 243 | 122 | 15 |
| Binary | 110 | 111100 | 101101 | 1011010 | 0 | 11001 | 1001100 | 10100011 | 1010010 | 1101 |
Color Harmonies of #063C2D
Complementary color
Monochromatic Colors of #063C2D
Black with #063C2D
Text Example
Text Example
White with #063C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063C2D; }
p { color: rgb(6,60,45); }
H1.HeaderClassName
{
color: #063C2D;
}
.AnyTagClassName
{
color: #063C2D;
}
</style>
background-color css
<style>
a { background-color: #063C2D; }
a { background-color: rgb(6,60,45); }
div.DivClassName
{
background-color: #063C2D;
}
.BgClassName
{
background-color: #063C2D;
}
</style>
border-color css
<style>
span { border-color: #063C2D; }
span { border-color: rgb(6,60,45); }
td.TdClassName
{
border-color: #063C2D;
}
.TagClassName
{
border-color: #063C2D;
}
</style>