Shades of British Racing Green #053A23
Tints of British Racing Green #053A23
RGB
CMYK
RGB Variations
Color information
#053A23 (or 0x053A23) is known color: British Racing Green. HEX triplet: 05, 3A and 23. RGB value is (5,58,35). Sum of RGB (Red+Green+Blue) = 5+58+35=98 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.10% from 98); Green value is 58 (23.05% from 255 or 59.18% from 98); Blue value is 35 (14.06% from 255 or 35.71% from 98); Max value from RGB is 58 - color contains mainly: green. Hex color #053A23 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053A23 is #FAC5DC. Grayscale: #272727. Windows color (decimal): -16434653 or 2308613. OLE color: 2308613.
HSL color Cylindrical-coordinate representation of color #053A23: hue angle of 153.96º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #053A23 is Cyan = 0.91, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 5 | 58 | 35 | - |
| CMYK | 0.91 | 0 | 0.40 | 0.77 |
| HSL | 153.96º | 0.84% | 0.12% | - |
| HSV(B) | 153.96º | 0.91% | 0.23% | - |
| XYZ | 1.88 | 3.18 | 2.1 | - |
| YUV | 39.53 | 125.44 | 103.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 58 | 35 | 0.91 | 0 | 0.40 | 0.77 | 153.96 | 0.84 | 0.12 |
| Hex | 5 | 3A | 23 | 5B | 0 | 28 | 4D | 9A | 54 | C |
| Octal | 5 | 72 | 43 | 133 | 0 | 50 | 115 | 232 | 124 | 14 |
| Binary | 101 | 111010 | 100011 | 1011011 | 0 | 101000 | 1001101 | 10011010 | 1010100 | 1100 |
Color Harmonies of #053A23
Complementary color
Monochromatic Colors of #053A23
Black with #053A23
Text Example
Text Example
White with #053A23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053A23; }
p { color: rgb(5,58,35); }
H1.HeaderClassName
{
color: #053A23;
}
.AnyTagClassName
{
color: #053A23;
}
</style>
background-color css
<style>
a { background-color: #053A23; }
a { background-color: rgb(5,58,35); }
div.DivClassName
{
background-color: #053A23;
}
.BgClassName
{
background-color: #053A23;
}
</style>
border-color css
<style>
span { border-color: #053A23; }
span { border-color: rgb(5,58,35); }
td.TdClassName
{
border-color: #053A23;
}
.TagClassName
{
border-color: #053A23;
}
</style>