Shades of British Racing Green #053A1E
Tints of British Racing Green #053A1E
RGB
CMYK
RGB Variations
Color information
#053A1E (or 0x053A1E) is known color: British Racing Green. HEX triplet: 05, 3A and 1E. RGB value is (5,58,30). Sum of RGB (Red+Green+Blue) = 5+58+30=93 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.38% from 93); Green value is 58 (23.05% from 255 or 62.37% from 93); Blue value is 30 (12.11% from 255 or 32.26% from 93); Max value from RGB is 58 - color contains mainly: green. Hex color #053A1E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053A1E is #FAC5E1. Grayscale: #272727. Windows color (decimal): -16434658 or 1980933. OLE color: 1980933.
HSL color Cylindrical-coordinate representation of color #053A1E: hue angle of 148.3º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #053A1E is Cyan = 0.91, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 5 | 58 | 30 | - |
| CMYK | 0.91 | 0 | 0.48 | 0.77 |
| HSL | 148.3º | 0.84% | 0.12% | - |
| HSV(B) | 148.3º | 0.91% | 0.23% | - |
| XYZ | 1.81 | 3.15 | 1.74 | - |
| YUV | 38.96 | 122.94 | 103.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 58 | 30 | 0.91 | 0 | 0.48 | 0.77 | 148.3 | 0.84 | 0.12 |
| Hex | 5 | 3A | 1E | 5B | 0 | 30 | 4D | 94 | 54 | C |
| Octal | 5 | 72 | 36 | 133 | 0 | 60 | 115 | 224 | 124 | 14 |
| Binary | 101 | 111010 | 11110 | 1011011 | 0 | 110000 | 1001101 | 10010100 | 1010100 | 1100 |
Color Harmonies of #053A1E
Complementary color
Monochromatic Colors of #053A1E
Black with #053A1E
Text Example
Text Example
White with #053A1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053A1E; }
p { color: rgb(5,58,30); }
H1.HeaderClassName
{
color: #053A1E;
}
.AnyTagClassName
{
color: #053A1E;
}
</style>
background-color css
<style>
a { background-color: #053A1E; }
a { background-color: rgb(5,58,30); }
div.DivClassName
{
background-color: #053A1E;
}
.BgClassName
{
background-color: #053A1E;
}
</style>
border-color css
<style>
span { border-color: #053A1E; }
span { border-color: rgb(5,58,30); }
td.TdClassName
{
border-color: #053A1E;
}
.TagClassName
{
border-color: #053A1E;
}
</style>