Shades of British Racing Green #045015
Tints of British Racing Green #045015
RGB
CMYK
RGB Variations
Color information
#045015 (or 0x045015) is known color: British Racing Green. HEX triplet: 04, 50 and 15. RGB value is (4,80,21). Sum of RGB (Red+Green+Blue) = 4+80+21=105 (13% of max value = 765). Red value is 4 (1.95% from 255 or 3.81% from 105); Green value is 80 (31.64% from 255 or 76.19% from 105); Blue value is 21 (8.59% from 255 or 20% from 105); Max value from RGB is 80 - color contains mainly: green. Hex color #045015 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #045015 is #FBAFEA. Grayscale: #323232. Windows color (decimal): -16494571 or 1396740. OLE color: 1396740.
HSL color Cylindrical-coordinate representation of color #045015: hue angle of 133.42º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #045015 is Cyan = 0.95, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 4 | 80 | 21 | - |
| CMYK | 0.95 | 0 | 0.74 | 0.69 |
| HSL | 133.42º | 0.9% | 0.16% | - |
| HSV(B) | 133.42º | 0.95% | 0.31% | - |
| XYZ | 3.05 | 5.82 | 1.67 | - |
| YUV | 50.55 | 111.32 | 94.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 80 | 21 | 0.95 | 0 | 0.74 | 0.69 | 133.42 | 0.9 | 0.16 |
| Hex | 4 | 50 | 15 | 5F | 0 | 4A | 45 | 85 | 5A | 10 |
| Octal | 4 | 120 | 25 | 137 | 0 | 112 | 105 | 205 | 132 | 20 |
| Binary | 100 | 1010000 | 10101 | 1011111 | 0 | 1001010 | 1000101 | 10000101 | 1011010 | 10000 |
Color Harmonies of #045015
Complementary color
Monochromatic Colors of #045015
Black with #045015
Text Example
Text Example
White with #045015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #045015; }
p { color: rgb(4,80,21); }
H1.HeaderClassName
{
color: #045015;
}
.AnyTagClassName
{
color: #045015;
}
</style>
background-color css
<style>
a { background-color: #045015; }
a { background-color: rgb(4,80,21); }
div.DivClassName
{
background-color: #045015;
}
.BgClassName
{
background-color: #045015;
}
</style>
border-color css
<style>
span { border-color: #045015; }
span { border-color: rgb(4,80,21); }
td.TdClassName
{
border-color: #045015;
}
.TagClassName
{
border-color: #045015;
}
</style>