Shades of British Racing Green #053E30
Tints of British Racing Green #053E30
RGB
CMYK
RGB Variations
Color information
#053E30 (or 0x053E30) is known color: British Racing Green. HEX triplet: 05, 3E and 30. RGB value is (5,62,48). Sum of RGB (Red+Green+Blue) = 5+62+48=115 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.35% from 115); Green value is 62 (24.61% from 255 or 53.91% from 115); Blue value is 48 (19.14% from 255 or 41.74% from 115); Max value from RGB is 62 - color contains mainly: green. Hex color #053E30 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053E30 is #FAC1CF. Grayscale: #2B2B2B. Windows color (decimal): -16433616 or 3161605. OLE color: 3161605.
HSL color Cylindrical-coordinate representation of color #053E30: hue angle of 165.26º 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 #053E30 is Cyan = 0.92, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 5 | 62 | 48 | - |
| CMYK | 0.92 | 0 | 0.23 | 0.76 |
| HSL | 165.26º | 0.85% | 0.13% | - |
| HSV(B) | 165.26º | 0.92% | 0.24% | - |
| XYZ | 2.32 | 3.69 | 3.39 | - |
| YUV | 43.36 | 130.62 | 100.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 62 | 48 | 0.92 | 0 | 0.23 | 0.76 | 165.26 | 0.85 | 0.13 |
| Hex | 5 | 3E | 30 | 5C | 0 | 17 | 4C | A5 | 55 | D |
| Octal | 5 | 76 | 60 | 134 | 0 | 27 | 114 | 245 | 125 | 15 |
| Binary | 101 | 111110 | 110000 | 1011100 | 0 | 10111 | 1001100 | 10100101 | 1010101 | 1101 |
Color Harmonies of #053E30
Complementary color
Monochromatic Colors of #053E30
Black with #053E30
Text Example
Text Example
White with #053E30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053E30; }
p { color: rgb(5,62,48); }
H1.HeaderClassName
{
color: #053E30;
}
.AnyTagClassName
{
color: #053E30;
}
</style>
background-color css
<style>
a { background-color: #053E30; }
a { background-color: rgb(5,62,48); }
div.DivClassName
{
background-color: #053E30;
}
.BgClassName
{
background-color: #053E30;
}
</style>
border-color css
<style>
span { border-color: #053E30; }
span { border-color: rgb(5,62,48); }
td.TdClassName
{
border-color: #053E30;
}
.TagClassName
{
border-color: #053E30;
}
</style>