Shades of British Racing Green #045213
Tints of British Racing Green #045213
RGB
CMYK
RGB Variations
Color information
#045213 (or 0x045213) is known color: British Racing Green. HEX triplet: 04, 52 and 13. RGB value is (4,82,19). Sum of RGB (Red+Green+Blue) = 4+82+19=105 (13% of max value = 765). Red value is 4 (1.95% from 255 or 3.81% from 105); Green value is 82 (32.42% from 255 or 78.10% from 105); Blue value is 19 (7.81% from 255 or 18.10% from 105); Max value from RGB is 82 - color contains mainly: green. Hex color #045213 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #045213 is #FBADEC. Grayscale: #333333. Windows color (decimal): -16494061 or 1266180. OLE color: 1266180.
HSL color Cylindrical-coordinate representation of color #045213: hue angle of 131.54º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #045213 is Cyan = 0.95, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 4 | 82 | 19 | - |
| CMYK | 0.95 | 0 | 0.77 | 0.68 |
| HSL | 131.54º | 0.91% | 0.17% | - |
| HSV(B) | 131.54º | 0.95% | 0.32% | - |
| XYZ | 3.18 | 6.11 | 1.63 | - |
| YUV | 51.5 | 109.66 | 94.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 82 | 19 | 0.95 | 0 | 0.77 | 0.68 | 131.54 | 0.91 | 0.17 |
| Hex | 4 | 52 | 13 | 5F | 0 | 4D | 44 | 84 | 5B | 11 |
| Octal | 4 | 122 | 23 | 137 | 0 | 115 | 104 | 204 | 133 | 21 |
| Binary | 100 | 1010010 | 10011 | 1011111 | 0 | 1001101 | 1000100 | 10000100 | 1011011 | 10001 |
Color Harmonies of #045213
Complementary color
Monochromatic Colors of #045213
Black with #045213
Text Example
Text Example
White with #045213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #045213; }
p { color: rgb(4,82,19); }
H1.HeaderClassName
{
color: #045213;
}
.AnyTagClassName
{
color: #045213;
}
</style>
background-color css
<style>
a { background-color: #045213; }
a { background-color: rgb(4,82,19); }
div.DivClassName
{
background-color: #045213;
}
.BgClassName
{
background-color: #045213;
}
</style>
border-color css
<style>
span { border-color: #045213; }
span { border-color: rgb(4,82,19); }
td.TdClassName
{
border-color: #045213;
}
.TagClassName
{
border-color: #045213;
}
</style>