Shades of British Racing Green #053F2A
Tints of British Racing Green #053F2A
RGB
CMYK
RGB Variations
Color information
#053F2A (or 0x053F2A) is known color: British Racing Green. HEX triplet: 05, 3F and 2A. RGB value is (5,63,42). Sum of RGB (Red+Green+Blue) = 5+63+42=110 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.55% from 110); Green value is 63 (25% from 255 or 57.27% from 110); Blue value is 42 (16.80% from 255 or 38.18% from 110); Max value from RGB is 63 - color contains mainly: green. Hex color #053F2A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053F2A is #FAC0D5. Grayscale: #2B2B2B. Windows color (decimal): -16433366 or 2768645. OLE color: 2768645.
HSL color Cylindrical-coordinate representation of color #053F2A: hue angle of 158.28º 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 #053F2A is Cyan = 0.92, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 5 | 63 | 42 | - |
| CMYK | 0.92 | 0 | 0.33 | 0.75 |
| HSL | 158.28º | 0.85% | 0.13% | - |
| HSV(B) | 158.28º | 0.92% | 0.25% | - |
| XYZ | 2.26 | 3.75 | 2.8 | - |
| YUV | 43.26 | 127.28 | 100.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 63 | 42 | 0.92 | 0 | 0.33 | 0.75 | 158.28 | 0.85 | 0.13 |
| Hex | 5 | 3F | 2A | 5C | 0 | 21 | 4B | 9E | 55 | D |
| Octal | 5 | 77 | 52 | 134 | 0 | 41 | 113 | 236 | 125 | 15 |
| Binary | 101 | 111111 | 101010 | 1011100 | 0 | 100001 | 1001011 | 10011110 | 1010101 | 1101 |
Color Harmonies of #053F2A
Complementary color
Monochromatic Colors of #053F2A
Black with #053F2A
Text Example
Text Example
White with #053F2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053F2A; }
p { color: rgb(5,63,42); }
H1.HeaderClassName
{
color: #053F2A;
}
.AnyTagClassName
{
color: #053F2A;
}
</style>
background-color css
<style>
a { background-color: #053F2A; }
a { background-color: rgb(5,63,42); }
div.DivClassName
{
background-color: #053F2A;
}
.BgClassName
{
background-color: #053F2A;
}
</style>
border-color css
<style>
span { border-color: #053F2A; }
span { border-color: rgb(5,63,42); }
td.TdClassName
{
border-color: #053F2A;
}
.TagClassName
{
border-color: #053F2A;
}
</style>