Shades of British Racing Green #024815
Tints of British Racing Green #024815
RGB
CMYK
RGB Variations
Color information
#024815 (or 0x024815) is known color: British Racing Green. HEX triplet: 02, 48 and 15. RGB value is (2,72,21). Sum of RGB (Red+Green+Blue) = 2+72+21=95 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.11% from 95); Green value is 72 (28.52% from 255 or 75.79% from 95); Blue value is 21 (8.59% from 255 or 22.11% from 95); Max value from RGB is 72 - color contains mainly: green. Hex color #024815 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #024815 is #FDB7EA. Grayscale: #2D2D2D. Windows color (decimal): -16627691 or 1394690. OLE color: 1394690.
HSL color Cylindrical-coordinate representation of color #024815: hue angle of 136.29º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #024815 is Cyan = 0.97, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 2 | 72 | 21 | - |
| CMYK | 0.97 | 0 | 0.71 | 0.72 |
| HSL | 136.29º | 0.95% | 0.15% | - |
| HSV(B) | 136.29º | 0.97% | 0.28% | - |
| XYZ | 2.48 | 4.7 | 1.49 | - |
| YUV | 45.26 | 114.31 | 97.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 72 | 21 | 0.97 | 0 | 0.71 | 0.72 | 136.29 | 0.95 | 0.15 |
| Hex | 2 | 48 | 15 | 61 | 0 | 47 | 48 | 88 | 5F | F |
| Octal | 2 | 110 | 25 | 141 | 0 | 107 | 110 | 210 | 137 | 17 |
| Binary | 10 | 1001000 | 10101 | 1100001 | 0 | 1000111 | 1001000 | 10001000 | 1011111 | 1111 |
Color Harmonies of #024815
Complementary color
Monochromatic Colors of #024815
Black with #024815
Text Example
Text Example
White with #024815
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024815; }
p { color: rgb(2,72,21); }
H1.HeaderClassName
{
color: #024815;
}
.AnyTagClassName
{
color: #024815;
}
</style>
background-color css
<style>
a { background-color: #024815; }
a { background-color: rgb(2,72,21); }
div.DivClassName
{
background-color: #024815;
}
.BgClassName
{
background-color: #024815;
}
</style>
border-color css
<style>
span { border-color: #024815; }
span { border-color: rgb(2,72,21); }
td.TdClassName
{
border-color: #024815;
}
.TagClassName
{
border-color: #024815;
}
</style>