Shades of British Racing Green #053A25
Tints of British Racing Green #053A25
RGB
CMYK
RGB Variations
Color information
#053A25 (or 0x053A25) is known color: British Racing Green. HEX triplet: 05, 3A and 25. RGB value is (5,58,37). Sum of RGB (Red+Green+Blue) = 5+58+37=100 (13% of max value = 765). Red value is 5 (2.34% from 255 or 5% from 100); Green value is 58 (23.05% from 255 or 58% from 100); Blue value is 37 (14.84% from 255 or 37% from 100); Max value from RGB is 58 - color contains mainly: green. Hex color #053A25 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053A25 is #FAC5DA. Grayscale: #272727. Windows color (decimal): -16434651 or 2439685. OLE color: 2439685.
HSL color Cylindrical-coordinate representation of color #053A25: hue angle of 156.23º 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 #053A25 is Cyan = 0.91, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 5 | 58 | 37 | - |
| CMYK | 0.91 | 0 | 0.36 | 0.77 |
| HSL | 156.23º | 0.84% | 0.12% | - |
| HSV(B) | 156.23º | 0.91% | 0.23% | - |
| XYZ | 1.91 | 3.19 | 2.27 | - |
| YUV | 39.76 | 126.44 | 103.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 58 | 37 | 0.91 | 0 | 0.36 | 0.77 | 156.23 | 0.84 | 0.12 |
| Hex | 5 | 3A | 25 | 5B | 0 | 24 | 4D | 9C | 54 | C |
| Octal | 5 | 72 | 45 | 133 | 0 | 44 | 115 | 234 | 124 | 14 |
| Binary | 101 | 111010 | 100101 | 1011011 | 0 | 100100 | 1001101 | 10011100 | 1010100 | 1100 |
Color Harmonies of #053A25
Complementary color
Monochromatic Colors of #053A25
Black with #053A25
Text Example
Text Example
White with #053A25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053A25; }
p { color: rgb(5,58,37); }
H1.HeaderClassName
{
color: #053A25;
}
.AnyTagClassName
{
color: #053A25;
}
</style>
background-color css
<style>
a { background-color: #053A25; }
a { background-color: rgb(5,58,37); }
div.DivClassName
{
background-color: #053A25;
}
.BgClassName
{
background-color: #053A25;
}
</style>
border-color css
<style>
span { border-color: #053A25; }
span { border-color: rgb(5,58,37); }
td.TdClassName
{
border-color: #053A25;
}
.TagClassName
{
border-color: #053A25;
}
</style>