Shades of British Racing Green #053C2B
Tints of British Racing Green #053C2B
RGB
CMYK
RGB Variations
Color information
#053C2B (or 0x053C2B) is known color: British Racing Green. HEX triplet: 05, 3C and 2B. RGB value is (5,60,43). Sum of RGB (Red+Green+Blue) = 5+60+43=108 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.63% from 108); Green value is 60 (23.83% from 255 or 55.56% from 108); Blue value is 43 (17.19% from 255 or 39.81% from 108); Max value from RGB is 60 - color contains mainly: green. Hex color #053C2B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053C2B is #FAC3D4. Grayscale: #292929. Windows color (decimal): -16434133 or 2833413. OLE color: 2833413.
HSL color Cylindrical-coordinate representation of color #053C2B: hue angle of 161.45º 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 #053C2B is Cyan = 0.92, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 5 | 60 | 43 | - |
| CMYK | 0.92 | 0 | 0.28 | 0.76 |
| HSL | 161.45º | 0.85% | 0.13% | - |
| HSV(B) | 161.45º | 0.92% | 0.24% | - |
| XYZ | 2.11 | 3.44 | 2.84 | - |
| YUV | 41.62 | 128.78 | 101.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 60 | 43 | 0.92 | 0 | 0.28 | 0.76 | 161.45 | 0.85 | 0.13 |
| Hex | 5 | 3C | 2B | 5C | 0 | 1C | 4C | A1 | 55 | D |
| Octal | 5 | 74 | 53 | 134 | 0 | 34 | 114 | 241 | 125 | 15 |
| Binary | 101 | 111100 | 101011 | 1011100 | 0 | 11100 | 1001100 | 10100001 | 1010101 | 1101 |
Color Harmonies of #053C2B
Complementary color
Monochromatic Colors of #053C2B
Black with #053C2B
Text Example
Text Example
White with #053C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053C2B; }
p { color: rgb(5,60,43); }
H1.HeaderClassName
{
color: #053C2B;
}
.AnyTagClassName
{
color: #053C2B;
}
</style>
background-color css
<style>
a { background-color: #053C2B; }
a { background-color: rgb(5,60,43); }
div.DivClassName
{
background-color: #053C2B;
}
.BgClassName
{
background-color: #053C2B;
}
</style>
border-color css
<style>
span { border-color: #053C2B; }
span { border-color: rgb(5,60,43); }
td.TdClassName
{
border-color: #053C2B;
}
.TagClassName
{
border-color: #053C2B;
}
</style>