Shades of British Racing Green #053E2B
Tints of British Racing Green #053E2B
RGB
CMYK
RGB Variations
Color information
#053E2B (or 0x053E2B) is known color: British Racing Green. HEX triplet: 05, 3E and 2B. RGB value is (5,62,43). Sum of RGB (Red+Green+Blue) = 5+62+43=110 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.55% from 110); Green value is 62 (24.61% from 255 or 56.36% from 110); Blue value is 43 (17.19% from 255 or 39.09% from 110); Max value from RGB is 62 - color contains mainly: green. Hex color #053E2B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053E2B is #FAC1D4. Grayscale: #2A2A2A. Windows color (decimal): -16433621 or 2833925. OLE color: 2833925.
HSL color Cylindrical-coordinate representation of color #053E2B: hue angle of 160º 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 #053E2B is Cyan = 0.92, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 5 | 62 | 43 | - |
| CMYK | 0.92 | 0 | 0.31 | 0.76 |
| HSL | 160º | 0.85% | 0.13% | - |
| HSV(B) | 160º | 0.92% | 0.24% | - |
| XYZ | 2.22 | 3.65 | 2.87 | - |
| YUV | 42.79 | 128.12 | 101.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 62 | 43 | 0.92 | 0 | 0.31 | 0.76 | 160 | 0.85 | 0.13 |
| Hex | 5 | 3E | 2B | 5C | 0 | 1F | 4C | A0 | 55 | D |
| Octal | 5 | 76 | 53 | 134 | 0 | 37 | 114 | 240 | 125 | 15 |
| Binary | 101 | 111110 | 101011 | 1011100 | 0 | 11111 | 1001100 | 10100000 | 1010101 | 1101 |
Color Harmonies of #053E2B
Complementary color
Monochromatic Colors of #053E2B
Black with #053E2B
Text Example
Text Example
White with #053E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053E2B; }
p { color: rgb(5,62,43); }
H1.HeaderClassName
{
color: #053E2B;
}
.AnyTagClassName
{
color: #053E2B;
}
</style>
background-color css
<style>
a { background-color: #053E2B; }
a { background-color: rgb(5,62,43); }
div.DivClassName
{
background-color: #053E2B;
}
.BgClassName
{
background-color: #053E2B;
}
</style>
border-color css
<style>
span { border-color: #053E2B; }
span { border-color: rgb(5,62,43); }
td.TdClassName
{
border-color: #053E2B;
}
.TagClassName
{
border-color: #053E2B;
}
</style>