Shades of British Racing Green #053C23
Tints of British Racing Green #053C23
RGB
CMYK
RGB Variations
Color information
#053C23 (or 0x053C23) is known color: British Racing Green. HEX triplet: 05, 3C and 23. RGB value is (5,60,35). Sum of RGB (Red+Green+Blue) = 5+60+35=100 (13% of max value = 765). Red value is 5 (2.34% from 255 or 5% from 100); Green value is 60 (23.83% from 255 or 60% from 100); Blue value is 35 (14.06% from 255 or 35% from 100); Max value from RGB is 60 - color contains mainly: green. Hex color #053C23 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053C23 is #FAC3DC. Grayscale: #282828. Windows color (decimal): -16434141 or 2309125. OLE color: 2309125.
HSL color Cylindrical-coordinate representation of color #053C23: hue angle of 152.73º 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 #053C23 is Cyan = 0.92, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 5 | 60 | 35 | - |
| CMYK | 0.92 | 0 | 0.42 | 0.76 |
| HSL | 152.73º | 0.85% | 0.13% | - |
| HSV(B) | 152.73º | 0.92% | 0.24% | - |
| XYZ | 1.98 | 3.39 | 2.14 | - |
| YUV | 40.71 | 124.78 | 102.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 60 | 35 | 0.92 | 0 | 0.42 | 0.76 | 152.73 | 0.85 | 0.13 |
| Hex | 5 | 3C | 23 | 5C | 0 | 2A | 4C | 99 | 55 | D |
| Octal | 5 | 74 | 43 | 134 | 0 | 52 | 114 | 231 | 125 | 15 |
| Binary | 101 | 111100 | 100011 | 1011100 | 0 | 101010 | 1001100 | 10011001 | 1010101 | 1101 |
Color Harmonies of #053C23
Complementary color
Monochromatic Colors of #053C23
Black with #053C23
Text Example
Text Example
White with #053C23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053C23; }
p { color: rgb(5,60,35); }
H1.HeaderClassName
{
color: #053C23;
}
.AnyTagClassName
{
color: #053C23;
}
</style>
background-color css
<style>
a { background-color: #053C23; }
a { background-color: rgb(5,60,35); }
div.DivClassName
{
background-color: #053C23;
}
.BgClassName
{
background-color: #053C23;
}
</style>
border-color css
<style>
span { border-color: #053C23; }
span { border-color: rgb(5,60,35); }
td.TdClassName
{
border-color: #053C23;
}
.TagClassName
{
border-color: #053C23;
}
</style>