Shades of British Racing Green #053C1F
Tints of British Racing Green #053C1F
RGB
CMYK
RGB Variations
Color information
#053C1F (or 0x053C1F) is known color: British Racing Green. HEX triplet: 05, 3C and 1F. RGB value is (5,60,31). Sum of RGB (Red+Green+Blue) = 5+60+31=96 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.21% from 96); Green value is 60 (23.83% from 255 or 62.5% from 96); Blue value is 31 (12.5% from 255 or 32.29% from 96); Max value from RGB is 60 - color contains mainly: green. Hex color #053C1F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053C1F is #FAC3E0. Grayscale: #282828. Windows color (decimal): -16434145 or 2046981. OLE color: 2046981.
HSL color Cylindrical-coordinate representation of color #053C1F: hue angle of 148.36º 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 #053C1F is Cyan = 0.92, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 5 | 60 | 31 | - |
| CMYK | 0.92 | 0 | 0.48 | 0.76 |
| HSL | 148.36º | 0.85% | 0.13% | - |
| HSV(B) | 148.36º | 0.92% | 0.24% | - |
| XYZ | 1.93 | 3.36 | 1.84 | - |
| YUV | 40.25 | 122.78 | 102.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 60 | 31 | 0.92 | 0 | 0.48 | 0.76 | 148.36 | 0.85 | 0.13 |
| Hex | 5 | 3C | 1F | 5C | 0 | 30 | 4C | 94 | 55 | D |
| Octal | 5 | 74 | 37 | 134 | 0 | 60 | 114 | 224 | 125 | 15 |
| Binary | 101 | 111100 | 11111 | 1011100 | 0 | 110000 | 1001100 | 10010100 | 1010101 | 1101 |
Color Harmonies of #053C1F
Complementary color
Monochromatic Colors of #053C1F
Black with #053C1F
Text Example
Text Example
White with #053C1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053C1F; }
p { color: rgb(5,60,31); }
H1.HeaderClassName
{
color: #053C1F;
}
.AnyTagClassName
{
color: #053C1F;
}
</style>
background-color css
<style>
a { background-color: #053C1F; }
a { background-color: rgb(5,60,31); }
div.DivClassName
{
background-color: #053C1F;
}
.BgClassName
{
background-color: #053C1F;
}
</style>
border-color css
<style>
span { border-color: #053C1F; }
span { border-color: rgb(5,60,31); }
td.TdClassName
{
border-color: #053C1F;
}
.TagClassName
{
border-color: #053C1F;
}
</style>