Shades of British Racing Green #053F25
Tints of British Racing Green #053F25
RGB
CMYK
RGB Variations
Color information
#053F25 (or 0x053F25) is known color: British Racing Green. HEX triplet: 05, 3F and 25. RGB value is (5,63,37). Sum of RGB (Red+Green+Blue) = 5+63+37=105 (13% of max value = 765). Red value is 5 (2.34% from 255 or 4.76% from 105); Green value is 63 (25% from 255 or 60% from 105); Blue value is 37 (14.84% from 255 or 35.24% from 105); Max value from RGB is 63 - color contains mainly: green. Hex color #053F25 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053F25 is #FAC0DA. Grayscale: #2A2A2A. Windows color (decimal): -16433371 or 2440965. OLE color: 2440965.
HSL color Cylindrical-coordinate representation of color #053F25: hue angle of 153.1º degrees, saturation: 0.85, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #053F25 is Cyan = 0.92, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 5 | 63 | 37 | - |
| CMYK | 0.92 | 0 | 0.41 | 0.75 |
| HSL | 153.1º | 0.85% | 0.13% | - |
| HSV(B) | 153.1º | 0.92% | 0.25% | - |
| XYZ | 2.17 | 3.72 | 2.35 | - |
| YUV | 42.69 | 124.78 | 101.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 63 | 37 | 0.92 | 0 | 0.41 | 0.75 | 153.1 | 0.85 | 0.13 |
| Hex | 5 | 3F | 25 | 5C | 0 | 29 | 4B | 99 | 55 | D |
| Octal | 5 | 77 | 45 | 134 | 0 | 51 | 113 | 231 | 125 | 15 |
| Binary | 101 | 111111 | 100101 | 1011100 | 0 | 101001 | 1001011 | 10011001 | 1010101 | 1101 |
Color Harmonies of #053F25
Complementary color
Monochromatic Colors of #053F25
Black with #053F25
Text Example
Text Example
White with #053F25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053F25; }
p { color: rgb(5,63,37); }
H1.HeaderClassName
{
color: #053F25;
}
.AnyTagClassName
{
color: #053F25;
}
</style>
background-color css
<style>
a { background-color: #053F25; }
a { background-color: rgb(5,63,37); }
div.DivClassName
{
background-color: #053F25;
}
.BgClassName
{
background-color: #053F25;
}
</style>
border-color css
<style>
span { border-color: #053F25; }
span { border-color: rgb(5,63,37); }
td.TdClassName
{
border-color: #053F25;
}
.TagClassName
{
border-color: #053F25;
}
</style>