Shades of British Racing Green #053E2C
Tints of British Racing Green #053E2C
RGB
CMYK
RGB Variations
Color information
#053E2C (or 0x053E2C) is known color: British Racing Green. HEX triplet: 05, 3E and 2C. RGB value is (5,62,44). Sum of RGB (Red+Green+Blue) = 5+62+44=111 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.50% from 111); Green value is 62 (24.61% from 255 or 55.86% from 111); Blue value is 44 (17.58% from 255 or 39.64% from 111); Max value from RGB is 62 - color contains mainly: green. Hex color #053E2C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053E2C is #FAC1D3. Grayscale: #2A2A2A. Windows color (decimal): -16433620 or 2899461. OLE color: 2899461.
HSL color Cylindrical-coordinate representation of color #053E2C: hue angle of 161.05º 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 #053E2C is Cyan = 0.92, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 5 | 62 | 44 | - |
| CMYK | 0.92 | 0 | 0.29 | 0.76 |
| HSL | 161.05º | 0.85% | 0.13% | - |
| HSV(B) | 161.05º | 0.92% | 0.24% | - |
| XYZ | 2.24 | 3.66 | 2.97 | - |
| YUV | 42.91 | 128.62 | 100.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 62 | 44 | 0.92 | 0 | 0.29 | 0.76 | 161.05 | 0.85 | 0.13 |
| Hex | 5 | 3E | 2C | 5C | 0 | 1D | 4C | A1 | 55 | D |
| Octal | 5 | 76 | 54 | 134 | 0 | 35 | 114 | 241 | 125 | 15 |
| Binary | 101 | 111110 | 101100 | 1011100 | 0 | 11101 | 1001100 | 10100001 | 1010101 | 1101 |
Color Harmonies of #053E2C
Complementary color
Monochromatic Colors of #053E2C
Black with #053E2C
Text Example
Text Example
White with #053E2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053E2C; }
p { color: rgb(5,62,44); }
H1.HeaderClassName
{
color: #053E2C;
}
.AnyTagClassName
{
color: #053E2C;
}
</style>
background-color css
<style>
a { background-color: #053E2C; }
a { background-color: rgb(5,62,44); }
div.DivClassName
{
background-color: #053E2C;
}
.BgClassName
{
background-color: #053E2C;
}
</style>
border-color css
<style>
span { border-color: #053E2C; }
span { border-color: rgb(5,62,44); }
td.TdClassName
{
border-color: #053E2C;
}
.TagClassName
{
border-color: #053E2C;
}
</style>