Shades of British Racing Green #053D2F
Tints of British Racing Green #053D2F
RGB
CMYK
RGB Variations
Color information
#053D2F (or 0x053D2F) is known color: British Racing Green. HEX triplet: 05, 3D and 2F. RGB value is (5,61,47). Sum of RGB (Red+Green+Blue) = 5+61+47=113 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.42% from 113); Green value is 61 (24.22% from 255 or 53.98% from 113); Blue value is 47 (18.75% from 255 or 41.59% from 113); Max value from RGB is 61 - color contains mainly: green. Hex color #053D2F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053D2F is #FAC2D0. Grayscale: #2A2A2A. Windows color (decimal): -16433873 or 3095813. OLE color: 3095813.
HSL color Cylindrical-coordinate representation of color #053D2F: hue angle of 165º 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 #053D2F is Cyan = 0.92, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 5 | 61 | 47 | - |
| CMYK | 0.92 | 0 | 0.23 | 0.76 |
| HSL | 165º | 0.85% | 0.13% | - |
| HSV(B) | 165º | 0.92% | 0.24% | - |
| XYZ | 2.24 | 3.57 | 3.26 | - |
| YUV | 42.66 | 130.45 | 101.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 61 | 47 | 0.92 | 0 | 0.23 | 0.76 | 165 | 0.85 | 0.13 |
| Hex | 5 | 3D | 2F | 5C | 0 | 17 | 4C | A5 | 55 | D |
| Octal | 5 | 75 | 57 | 134 | 0 | 27 | 114 | 245 | 125 | 15 |
| Binary | 101 | 111101 | 101111 | 1011100 | 0 | 10111 | 1001100 | 10100101 | 1010101 | 1101 |
Color Harmonies of #053D2F
Complementary color
Monochromatic Colors of #053D2F
Black with #053D2F
Text Example
Text Example
White with #053D2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053D2F; }
p { color: rgb(5,61,47); }
H1.HeaderClassName
{
color: #053D2F;
}
.AnyTagClassName
{
color: #053D2F;
}
</style>
background-color css
<style>
a { background-color: #053D2F; }
a { background-color: rgb(5,61,47); }
div.DivClassName
{
background-color: #053D2F;
}
.BgClassName
{
background-color: #053D2F;
}
</style>
border-color css
<style>
span { border-color: #053D2F; }
span { border-color: rgb(5,61,47); }
td.TdClassName
{
border-color: #053D2F;
}
.TagClassName
{
border-color: #053D2F;
}
</style>