Shades of British Racing Green #053A21
Tints of British Racing Green #053A21
RGB
CMYK
RGB Variations
Color information
#053A21 (or 0x053A21) is known color: British Racing Green. HEX triplet: 05, 3A and 21. RGB value is (5,58,33). Sum of RGB (Red+Green+Blue) = 5+58+33=96 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.21% from 96); Green value is 58 (23.05% from 255 or 60.42% from 96); Blue value is 33 (13.28% from 255 or 34.38% from 96); Max value from RGB is 58 - color contains mainly: green. Hex color #053A21 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053A21 is #FAC5DE. Grayscale: #272727. Windows color (decimal): -16434655 or 2177541. OLE color: 2177541.
HSL color Cylindrical-coordinate representation of color #053A21: hue angle of 151.7º 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 #053A21 is Cyan = 0.91, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 5 | 58 | 33 | - |
| CMYK | 0.91 | 0 | 0.43 | 0.77 |
| HSL | 151.7º | 0.84% | 0.12% | - |
| HSV(B) | 151.7º | 0.91% | 0.23% | - |
| XYZ | 1.85 | 3.17 | 1.95 | - |
| YUV | 39.3 | 124.44 | 103.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 58 | 33 | 0.91 | 0 | 0.43 | 0.77 | 151.7 | 0.84 | 0.12 |
| Hex | 5 | 3A | 21 | 5B | 0 | 2B | 4D | 98 | 54 | C |
| Octal | 5 | 72 | 41 | 133 | 0 | 53 | 115 | 230 | 124 | 14 |
| Binary | 101 | 111010 | 100001 | 1011011 | 0 | 101011 | 1001101 | 10011000 | 1010100 | 1100 |
Color Harmonies of #053A21
Complementary color
Monochromatic Colors of #053A21
Black with #053A21
Text Example
Text Example
White with #053A21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053A21; }
p { color: rgb(5,58,33); }
H1.HeaderClassName
{
color: #053A21;
}
.AnyTagClassName
{
color: #053A21;
}
</style>
background-color css
<style>
a { background-color: #053A21; }
a { background-color: rgb(5,58,33); }
div.DivClassName
{
background-color: #053A21;
}
.BgClassName
{
background-color: #053A21;
}
</style>
border-color css
<style>
span { border-color: #053A21; }
span { border-color: rgb(5,58,33); }
td.TdClassName
{
border-color: #053A21;
}
.TagClassName
{
border-color: #053A21;
}
</style>