Shades of British Racing Green #053C25
Tints of British Racing Green #053C25
RGB
CMYK
RGB Variations
Color information
#053C25 (or 0x053C25) is known color: British Racing Green. HEX triplet: 05, 3C and 25. RGB value is (5,60,37). Sum of RGB (Red+Green+Blue) = 5+60+37=102 (13% of max value = 765). Red value is 5 (2.34% from 255 or 4.90% from 102); Green value is 60 (23.83% from 255 or 58.82% from 102); Blue value is 37 (14.84% from 255 or 36.27% from 102); Max value from RGB is 60 - color contains mainly: green. Hex color #053C25 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053C25 is #FAC3DA. Grayscale: #282828. Windows color (decimal): -16434139 or 2440197. OLE color: 2440197.
HSL color Cylindrical-coordinate representation of color #053C25: hue angle of 154.91º 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 #053C25 is Cyan = 0.92, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 5 | 60 | 37 | - |
| CMYK | 0.92 | 0 | 0.38 | 0.76 |
| HSL | 154.91º | 0.85% | 0.13% | - |
| HSV(B) | 154.91º | 0.92% | 0.24% | - |
| XYZ | 2.01 | 3.4 | 2.3 | - |
| YUV | 40.93 | 125.78 | 102.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 60 | 37 | 0.92 | 0 | 0.38 | 0.76 | 154.91 | 0.85 | 0.13 |
| Hex | 5 | 3C | 25 | 5C | 0 | 26 | 4C | 9B | 55 | D |
| Octal | 5 | 74 | 45 | 134 | 0 | 46 | 114 | 233 | 125 | 15 |
| Binary | 101 | 111100 | 100101 | 1011100 | 0 | 100110 | 1001100 | 10011011 | 1010101 | 1101 |
Color Harmonies of #053C25
Complementary color
Monochromatic Colors of #053C25
Black with #053C25
Text Example
Text Example
White with #053C25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053C25; }
p { color: rgb(5,60,37); }
H1.HeaderClassName
{
color: #053C25;
}
.AnyTagClassName
{
color: #053C25;
}
</style>
background-color css
<style>
a { background-color: #053C25; }
a { background-color: rgb(5,60,37); }
div.DivClassName
{
background-color: #053C25;
}
.BgClassName
{
background-color: #053C25;
}
</style>
border-color css
<style>
span { border-color: #053C25; }
span { border-color: rgb(5,60,37); }
td.TdClassName
{
border-color: #053C25;
}
.TagClassName
{
border-color: #053C25;
}
</style>