Shades of British Racing Green #053C21
Tints of British Racing Green #053C21
RGB
CMYK
RGB Variations
Color information
#053C21 (or 0x053C21) is known color: British Racing Green. HEX triplet: 05, 3C and 21. RGB value is (5,60,33). Sum of RGB (Red+Green+Blue) = 5+60+33=98 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.10% from 98); Green value is 60 (23.83% from 255 or 61.22% from 98); Blue value is 33 (13.28% from 255 or 33.67% from 98); Max value from RGB is 60 - color contains mainly: green. Hex color #053C21 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053C21 is #FAC3DE. Grayscale: #282828. Windows color (decimal): -16434143 or 2178053. OLE color: 2178053.
HSL color Cylindrical-coordinate representation of color #053C21: hue angle of 150.55º 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 #053C21 is Cyan = 0.92, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 5 | 60 | 33 | - |
| CMYK | 0.92 | 0 | 0.45 | 0.76 |
| HSL | 150.55º | 0.85% | 0.13% | - |
| HSV(B) | 150.55º | 0.92% | 0.24% | - |
| XYZ | 1.95 | 3.37 | 1.99 | - |
| YUV | 40.48 | 123.78 | 102.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 60 | 33 | 0.92 | 0 | 0.45 | 0.76 | 150.55 | 0.85 | 0.13 |
| Hex | 5 | 3C | 21 | 5C | 0 | 2D | 4C | 97 | 55 | D |
| Octal | 5 | 74 | 41 | 134 | 0 | 55 | 114 | 227 | 125 | 15 |
| Binary | 101 | 111100 | 100001 | 1011100 | 0 | 101101 | 1001100 | 10010111 | 1010101 | 1101 |
Color Harmonies of #053C21
Complementary color
Monochromatic Colors of #053C21
Black with #053C21
Text Example
Text Example
White with #053C21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053C21; }
p { color: rgb(5,60,33); }
H1.HeaderClassName
{
color: #053C21;
}
.AnyTagClassName
{
color: #053C21;
}
</style>
background-color css
<style>
a { background-color: #053C21; }
a { background-color: rgb(5,60,33); }
div.DivClassName
{
background-color: #053C21;
}
.BgClassName
{
background-color: #053C21;
}
</style>
border-color css
<style>
span { border-color: #053C21; }
span { border-color: rgb(5,60,33); }
td.TdClassName
{
border-color: #053C21;
}
.TagClassName
{
border-color: #053C21;
}
</style>