Shades of British Racing Green #063D2D
Tints of British Racing Green #063D2D
RGB
CMYK
RGB Variations
Color information
#063D2D (or 0x063D2D) is known color: British Racing Green. HEX triplet: 06, 3D and 2D. RGB value is (6,61,45). Sum of RGB (Red+Green+Blue) = 6+61+45=112 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.36% from 112); Green value is 61 (24.22% from 255 or 54.46% from 112); Blue value is 45 (17.97% from 255 or 40.18% from 112); Max value from RGB is 61 - color contains mainly: green. Hex color #063D2D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #063D2D is #F9C2D2. Grayscale: #2A2A2A. Windows color (decimal): -16368339 or 2964742. OLE color: 2964742.
HSL color Cylindrical-coordinate representation of color #063D2D: hue angle of 162.55º 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 #063D2D is Cyan = 0.90, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 6 | 61 | 45 | - |
| CMYK | 0.90 | 0 | 0.26 | 0.76 |
| HSL | 162.55º | 0.82% | 0.13% | - |
| HSV(B) | 162.55º | 0.9% | 0.24% | - |
| XYZ | 2.22 | 3.57 | 3.05 | - |
| YUV | 42.73 | 129.28 | 101.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 61 | 45 | 0.90 | 0 | 0.26 | 0.76 | 162.55 | 0.82 | 0.13 |
| Hex | 6 | 3D | 2D | 5A | 0 | 1A | 4C | A3 | 52 | D |
| Octal | 6 | 75 | 55 | 132 | 0 | 32 | 114 | 243 | 122 | 15 |
| Binary | 110 | 111101 | 101101 | 1011010 | 0 | 11010 | 1001100 | 10100011 | 1010010 | 1101 |
Color Harmonies of #063D2D
Complementary color
Monochromatic Colors of #063D2D
Black with #063D2D
Text Example
Text Example
White with #063D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063D2D; }
p { color: rgb(6,61,45); }
H1.HeaderClassName
{
color: #063D2D;
}
.AnyTagClassName
{
color: #063D2D;
}
</style>
background-color css
<style>
a { background-color: #063D2D; }
a { background-color: rgb(6,61,45); }
div.DivClassName
{
background-color: #063D2D;
}
.BgClassName
{
background-color: #063D2D;
}
</style>
border-color css
<style>
span { border-color: #063D2D; }
span { border-color: rgb(6,61,45); }
td.TdClassName
{
border-color: #063D2D;
}
.TagClassName
{
border-color: #063D2D;
}
</style>