Shades of British Racing Green #053C1D
Tints of British Racing Green #053C1D
RGB
CMYK
RGB Variations
Color information
#053C1D (or 0x053C1D) is known color: British Racing Green. HEX triplet: 05, 3C and 1D. RGB value is (5,60,29). Sum of RGB (Red+Green+Blue) = 5+60+29=94 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.32% from 94); Green value is 60 (23.83% from 255 or 63.83% from 94); Blue value is 29 (11.72% from 255 or 30.85% from 94); Max value from RGB is 60 - color contains mainly: green. Hex color #053C1D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053C1D is #FAC3E2. Grayscale: #282828. Windows color (decimal): -16434147 or 1915909. OLE color: 1915909.
HSL color Cylindrical-coordinate representation of color #053C1D: hue angle of 146.18º 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 #053C1D is Cyan = 0.92, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 5 | 60 | 29 | - |
| CMYK | 0.92 | 0 | 0.52 | 0.76 |
| HSL | 146.18º | 0.85% | 0.13% | - |
| HSV(B) | 146.18º | 0.92% | 0.24% | - |
| XYZ | 1.9 | 3.35 | 1.71 | - |
| YUV | 40.02 | 121.78 | 103.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 60 | 29 | 0.92 | 0 | 0.52 | 0.76 | 146.18 | 0.85 | 0.13 |
| Hex | 5 | 3C | 1D | 5C | 0 | 34 | 4C | 92 | 55 | D |
| Octal | 5 | 74 | 35 | 134 | 0 | 64 | 114 | 222 | 125 | 15 |
| Binary | 101 | 111100 | 11101 | 1011100 | 0 | 110100 | 1001100 | 10010010 | 1010101 | 1101 |
Color Harmonies of #053C1D
Complementary color
Monochromatic Colors of #053C1D
Black with #053C1D
Text Example
Text Example
White with #053C1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053C1D; }
p { color: rgb(5,60,29); }
H1.HeaderClassName
{
color: #053C1D;
}
.AnyTagClassName
{
color: #053C1D;
}
</style>
background-color css
<style>
a { background-color: #053C1D; }
a { background-color: rgb(5,60,29); }
div.DivClassName
{
background-color: #053C1D;
}
.BgClassName
{
background-color: #053C1D;
}
</style>
border-color css
<style>
span { border-color: #053C1D; }
span { border-color: rgb(5,60,29); }
td.TdClassName
{
border-color: #053C1D;
}
.TagClassName
{
border-color: #053C1D;
}
</style>