Shades of British Racing Green #053D1A
Tints of British Racing Green #053D1A
RGB
CMYK
RGB Variations
Color information
#053D1A (or 0x053D1A) is known color: British Racing Green. HEX triplet: 05, 3D and 1A. RGB value is (5,61,26). Sum of RGB (Red+Green+Blue) = 5+61+26=92 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.43% from 92); Green value is 61 (24.22% from 255 or 66.30% from 92); Blue value is 26 (10.55% from 255 or 28.26% from 92); Max value from RGB is 61 - color contains mainly: green. Hex color #053D1A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053D1A is #FAC2E5. Grayscale: #282828. Windows color (decimal): -16433894 or 1719557. OLE color: 1719557.
HSL color Cylindrical-coordinate representation of color #053D1A: hue angle of 142.5º 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 #053D1A is Cyan = 0.92, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 5 | 61 | 26 | - |
| CMYK | 0.92 | 0 | 0.57 | 0.76 |
| HSL | 142.5º | 0.85% | 0.13% | - |
| HSV(B) | 142.5º | 0.92% | 0.24% | - |
| XYZ | 1.92 | 3.44 | 1.54 | - |
| YUV | 40.27 | 119.95 | 102.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 61 | 26 | 0.92 | 0 | 0.57 | 0.76 | 142.5 | 0.85 | 0.13 |
| Hex | 5 | 3D | 1A | 5C | 0 | 39 | 4C | 8E | 55 | D |
| Octal | 5 | 75 | 32 | 134 | 0 | 71 | 114 | 216 | 125 | 15 |
| Binary | 101 | 111101 | 11010 | 1011100 | 0 | 111001 | 1001100 | 10001110 | 1010101 | 1101 |
Color Harmonies of #053D1A
Complementary color
Monochromatic Colors of #053D1A
Black with #053D1A
Text Example
Text Example
White with #053D1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053D1A; }
p { color: rgb(5,61,26); }
H1.HeaderClassName
{
color: #053D1A;
}
.AnyTagClassName
{
color: #053D1A;
}
</style>
background-color css
<style>
a { background-color: #053D1A; }
a { background-color: rgb(5,61,26); }
div.DivClassName
{
background-color: #053D1A;
}
.BgClassName
{
background-color: #053D1A;
}
</style>
border-color css
<style>
span { border-color: #053D1A; }
span { border-color: rgb(5,61,26); }
td.TdClassName
{
border-color: #053D1A;
}
.TagClassName
{
border-color: #053D1A;
}
</style>