Shades of British Racing Green #053C28
Tints of British Racing Green #053C28
RGB
CMYK
RGB Variations
Color information
#053C28 (or 0x053C28) is known color: British Racing Green. HEX triplet: 05, 3C and 28. RGB value is (5,60,40). Sum of RGB (Red+Green+Blue) = 5+60+40=105 (13% of max value = 765). Red value is 5 (2.34% from 255 or 4.76% from 105); Green value is 60 (23.83% from 255 or 57.14% from 105); Blue value is 40 (16.02% from 255 or 38.10% from 105); Max value from RGB is 60 - color contains mainly: green. Hex color #053C28 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053C28 is #FAC3D7. Grayscale: #292929. Windows color (decimal): -16434136 or 2636805. OLE color: 2636805.
HSL color Cylindrical-coordinate representation of color #053C28: hue angle of 158.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 #053C28 is Cyan = 0.92, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 5 | 60 | 40 | - |
| CMYK | 0.92 | 0 | 0.33 | 0.76 |
| HSL | 158.18º | 0.85% | 0.13% | - |
| HSV(B) | 158.18º | 0.92% | 0.24% | - |
| XYZ | 2.06 | 3.42 | 2.56 | - |
| YUV | 41.28 | 127.28 | 102.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 60 | 40 | 0.92 | 0 | 0.33 | 0.76 | 158.18 | 0.85 | 0.13 |
| Hex | 5 | 3C | 28 | 5C | 0 | 21 | 4C | 9E | 55 | D |
| Octal | 5 | 74 | 50 | 134 | 0 | 41 | 114 | 236 | 125 | 15 |
| Binary | 101 | 111100 | 101000 | 1011100 | 0 | 100001 | 1001100 | 10011110 | 1010101 | 1101 |
Color Harmonies of #053C28
Complementary color
Monochromatic Colors of #053C28
Black with #053C28
Text Example
Text Example
White with #053C28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053C28; }
p { color: rgb(5,60,40); }
H1.HeaderClassName
{
color: #053C28;
}
.AnyTagClassName
{
color: #053C28;
}
</style>
background-color css
<style>
a { background-color: #053C28; }
a { background-color: rgb(5,60,40); }
div.DivClassName
{
background-color: #053C28;
}
.BgClassName
{
background-color: #053C28;
}
</style>
border-color css
<style>
span { border-color: #053C28; }
span { border-color: rgb(5,60,40); }
td.TdClassName
{
border-color: #053C28;
}
.TagClassName
{
border-color: #053C28;
}
</style>