Shades of British Racing Green #053C2D
Tints of British Racing Green #053C2D
RGB
CMYK
RGB Variations
Color information
#053C2D (or 0x053C2D) is known color: British Racing Green. HEX triplet: 05, 3C and 2D. RGB value is (5,60,45). Sum of RGB (Red+Green+Blue) = 5+60+45=110 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.55% from 110); Green value is 60 (23.83% from 255 or 54.55% from 110); Blue value is 45 (17.97% from 255 or 40.91% from 110); Max value from RGB is 60 - color contains mainly: green. Hex color #053C2D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053C2D is #FAC3D2. Grayscale: #292929. Windows color (decimal): -16434131 or 2964485. OLE color: 2964485.
HSL color Cylindrical-coordinate representation of color #053C2D: hue angle of 163.64º degrees, saturation: 0.85, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #053C2D is Cyan = 0.92, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 5 | 60 | 45 | - |
| CMYK | 0.92 | 0 | 0.25 | 0.76 |
| HSL | 163.64º | 0.85% | 0.13% | - |
| HSV(B) | 163.64º | 0.92% | 0.24% | - |
| XYZ | 2.15 | 3.45 | 3.04 | - |
| YUV | 41.85 | 129.78 | 101.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 60 | 45 | 0.92 | 0 | 0.25 | 0.76 | 163.64 | 0.85 | 0.13 |
| Hex | 5 | 3C | 2D | 5C | 0 | 19 | 4C | A4 | 55 | D |
| Octal | 5 | 74 | 55 | 134 | 0 | 31 | 114 | 244 | 125 | 15 |
| Binary | 101 | 111100 | 101101 | 1011100 | 0 | 11001 | 1001100 | 10100100 | 1010101 | 1101 |
Color Harmonies of #053C2D
Complementary color
Monochromatic Colors of #053C2D
Black with #053C2D
Text Example
Text Example
White with #053C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053C2D; }
p { color: rgb(5,60,45); }
H1.HeaderClassName
{
color: #053C2D;
}
.AnyTagClassName
{
color: #053C2D;
}
</style>
background-color css
<style>
a { background-color: #053C2D; }
a { background-color: rgb(5,60,45); }
div.DivClassName
{
background-color: #053C2D;
}
.BgClassName
{
background-color: #053C2D;
}
</style>
border-color css
<style>
span { border-color: #053C2D; }
span { border-color: rgb(5,60,45); }
td.TdClassName
{
border-color: #053C2D;
}
.TagClassName
{
border-color: #053C2D;
}
</style>