Shades of British Racing Green #053C2F
Tints of British Racing Green #053C2F
RGB
CMYK
RGB Variations
Color information
#053C2F (or 0x053C2F) is known color: British Racing Green. HEX triplet: 05, 3C and 2F. RGB value is (5,60,47). Sum of RGB (Red+Green+Blue) = 5+60+47=112 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.46% from 112); Green value is 60 (23.83% from 255 or 53.57% from 112); Blue value is 47 (18.75% from 255 or 41.96% from 112); Max value from RGB is 60 - color contains mainly: green. Hex color #053C2F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053C2F is #FAC3D0. Grayscale: #2A2A2A. Windows color (decimal): -16434129 or 3095557. OLE color: 3095557.
HSL color Cylindrical-coordinate representation of color #053C2F: hue angle of 165.82º 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 #053C2F is Cyan = 0.92, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 5 | 60 | 47 | - |
| CMYK | 0.92 | 0 | 0.22 | 0.76 |
| HSL | 165.82º | 0.85% | 0.13% | - |
| HSV(B) | 165.82º | 0.92% | 0.24% | - |
| XYZ | 2.19 | 3.47 | 3.24 | - |
| YUV | 42.07 | 130.78 | 101.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 60 | 47 | 0.92 | 0 | 0.22 | 0.76 | 165.82 | 0.85 | 0.13 |
| Hex | 5 | 3C | 2F | 5C | 0 | 16 | 4C | A6 | 55 | D |
| Octal | 5 | 74 | 57 | 134 | 0 | 26 | 114 | 246 | 125 | 15 |
| Binary | 101 | 111100 | 101111 | 1011100 | 0 | 10110 | 1001100 | 10100110 | 1010101 | 1101 |
Color Harmonies of #053C2F
Complementary color
Monochromatic Colors of #053C2F
Black with #053C2F
Text Example
Text Example
White with #053C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053C2F; }
p { color: rgb(5,60,47); }
H1.HeaderClassName
{
color: #053C2F;
}
.AnyTagClassName
{
color: #053C2F;
}
</style>
background-color css
<style>
a { background-color: #053C2F; }
a { background-color: rgb(5,60,47); }
div.DivClassName
{
background-color: #053C2F;
}
.BgClassName
{
background-color: #053C2F;
}
</style>
border-color css
<style>
span { border-color: #053C2F; }
span { border-color: rgb(5,60,47); }
td.TdClassName
{
border-color: #053C2F;
}
.TagClassName
{
border-color: #053C2F;
}
</style>