Shades of British Racing Green #053E29
Tints of British Racing Green #053E29
RGB
CMYK
RGB Variations
Color information
#053E29 (or 0x053E29) is known color: British Racing Green. HEX triplet: 05, 3E and 29. RGB value is (5,62,41). Sum of RGB (Red+Green+Blue) = 5+62+41=108 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.63% from 108); Green value is 62 (24.61% from 255 or 57.41% from 108); Blue value is 41 (16.41% from 255 or 37.96% from 108); Max value from RGB is 62 - color contains mainly: green. Hex color #053E29 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053E29 is #FAC1D6. Grayscale: #2A2A2A. Windows color (decimal): -16433623 or 2702853. OLE color: 2702853.
HSL color Cylindrical-coordinate representation of color #053E29: hue angle of 157.89º 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 #053E29 is Cyan = 0.92, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 5 | 62 | 41 | - |
| CMYK | 0.92 | 0 | 0.34 | 0.76 |
| HSL | 157.89º | 0.85% | 0.13% | - |
| HSV(B) | 157.89º | 0.92% | 0.24% | - |
| XYZ | 2.19 | 3.64 | 2.68 | - |
| YUV | 42.56 | 127.12 | 101.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 62 | 41 | 0.92 | 0 | 0.34 | 0.76 | 157.89 | 0.85 | 0.13 |
| Hex | 5 | 3E | 29 | 5C | 0 | 22 | 4C | 9E | 55 | D |
| Octal | 5 | 76 | 51 | 134 | 0 | 42 | 114 | 236 | 125 | 15 |
| Binary | 101 | 111110 | 101001 | 1011100 | 0 | 100010 | 1001100 | 10011110 | 1010101 | 1101 |
Color Harmonies of #053E29
Complementary color
Monochromatic Colors of #053E29
Black with #053E29
Text Example
Text Example
White with #053E29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053E29; }
p { color: rgb(5,62,41); }
H1.HeaderClassName
{
color: #053E29;
}
.AnyTagClassName
{
color: #053E29;
}
</style>
background-color css
<style>
a { background-color: #053E29; }
a { background-color: rgb(5,62,41); }
div.DivClassName
{
background-color: #053E29;
}
.BgClassName
{
background-color: #053E29;
}
</style>
border-color css
<style>
span { border-color: #053E29; }
span { border-color: rgb(5,62,41); }
td.TdClassName
{
border-color: #053E29;
}
.TagClassName
{
border-color: #053E29;
}
</style>