Shades of British Racing Green #053E1D
Tints of British Racing Green #053E1D
RGB
CMYK
RGB Variations
Color information
#053E1D (or 0x053E1D) is known color: British Racing Green. HEX triplet: 05, 3E and 1D. RGB value is (5,62,29). Sum of RGB (Red+Green+Blue) = 5+62+29=96 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.21% from 96); Green value is 62 (24.61% from 255 or 64.58% from 96); Blue value is 29 (11.72% from 255 or 30.21% from 96); Max value from RGB is 62 - color contains mainly: green. Hex color #053E1D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053E1D is #FAC1E2. Grayscale: #292929. Windows color (decimal): -16433635 or 1916421. OLE color: 1916421.
HSL color Cylindrical-coordinate representation of color #053E1D: hue angle of 145.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 #053E1D is Cyan = 0.92, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 5 | 62 | 29 | - |
| CMYK | 0.92 | 0 | 0.53 | 0.76 |
| HSL | 145.26º | 0.85% | 0.13% | - |
| HSV(B) | 145.26º | 0.92% | 0.24% | - |
| XYZ | 2.01 | 3.57 | 1.74 | - |
| YUV | 41.2 | 121.12 | 102.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 62 | 29 | 0.92 | 0 | 0.53 | 0.76 | 145.26 | 0.85 | 0.13 |
| Hex | 5 | 3E | 1D | 5C | 0 | 35 | 4C | 91 | 55 | D |
| Octal | 5 | 76 | 35 | 134 | 0 | 65 | 114 | 221 | 125 | 15 |
| Binary | 101 | 111110 | 11101 | 1011100 | 0 | 110101 | 1001100 | 10010001 | 1010101 | 1101 |
Color Harmonies of #053E1D
Complementary color
Monochromatic Colors of #053E1D
Black with #053E1D
Text Example
Text Example
White with #053E1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053E1D; }
p { color: rgb(5,62,29); }
H1.HeaderClassName
{
color: #053E1D;
}
.AnyTagClassName
{
color: #053E1D;
}
</style>
background-color css
<style>
a { background-color: #053E1D; }
a { background-color: rgb(5,62,29); }
div.DivClassName
{
background-color: #053E1D;
}
.BgClassName
{
background-color: #053E1D;
}
</style>
border-color css
<style>
span { border-color: #053E1D; }
span { border-color: rgb(5,62,29); }
td.TdClassName
{
border-color: #053E1D;
}
.TagClassName
{
border-color: #053E1D;
}
</style>