Shades of British Racing Green #053C1C
Tints of British Racing Green #053C1C
RGB
CMYK
RGB Variations
Color information
#053C1C (or 0x053C1C) is known color: British Racing Green. HEX triplet: 05, 3C and 1C. RGB value is (5,60,28). Sum of RGB (Red+Green+Blue) = 5+60+28=93 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.38% from 93); Green value is 60 (23.83% from 255 or 64.52% from 93); Blue value is 28 (11.33% from 255 or 30.11% from 93); Max value from RGB is 60 - color contains mainly: green. Hex color #053C1C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053C1C is #FAC3E3. Grayscale: #272727. Windows color (decimal): -16434148 or 1850373. OLE color: 1850373.
HSL color Cylindrical-coordinate representation of color #053C1C: hue angle of 145.09º 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 #053C1C is Cyan = 0.92, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 5 | 60 | 28 | - |
| CMYK | 0.92 | 0 | 0.53 | 0.76 |
| HSL | 145.09º | 0.85% | 0.13% | - |
| HSV(B) | 145.09º | 0.92% | 0.24% | - |
| XYZ | 1.89 | 3.35 | 1.65 | - |
| YUV | 39.91 | 121.28 | 103.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 60 | 28 | 0.92 | 0 | 0.53 | 0.76 | 145.09 | 0.85 | 0.13 |
| Hex | 5 | 3C | 1C | 5C | 0 | 35 | 4C | 91 | 55 | D |
| Octal | 5 | 74 | 34 | 134 | 0 | 65 | 114 | 221 | 125 | 15 |
| Binary | 101 | 111100 | 11100 | 1011100 | 0 | 110101 | 1001100 | 10010001 | 1010101 | 1101 |
Color Harmonies of #053C1C
Complementary color
Monochromatic Colors of #053C1C
Black with #053C1C
Text Example
Text Example
White with #053C1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053C1C; }
p { color: rgb(5,60,28); }
H1.HeaderClassName
{
color: #053C1C;
}
.AnyTagClassName
{
color: #053C1C;
}
</style>
background-color css
<style>
a { background-color: #053C1C; }
a { background-color: rgb(5,60,28); }
div.DivClassName
{
background-color: #053C1C;
}
.BgClassName
{
background-color: #053C1C;
}
</style>
border-color css
<style>
span { border-color: #053C1C; }
span { border-color: rgb(5,60,28); }
td.TdClassName
{
border-color: #053C1C;
}
.TagClassName
{
border-color: #053C1C;
}
</style>