Shades of British Racing Green #024C15
Tints of British Racing Green #024C15
RGB
CMYK
RGB Variations
Color information
#024C15 (or 0x024C15) is known color: British Racing Green. HEX triplet: 02, 4C and 15. RGB value is (2,76,21). Sum of RGB (Red+Green+Blue) = 2+76+21=99 (13% of max value = 765). Red value is 2 (1.17% from 255 or 2.02% from 99); Green value is 76 (30.08% from 255 or 76.77% from 99); Blue value is 21 (8.59% from 255 or 21.21% from 99); Max value from RGB is 76 - color contains mainly: green. Hex color #024C15 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #024C15 is #FDB3EA. Grayscale: #2F2F2F. Windows color (decimal): -16626667 or 1395714. OLE color: 1395714.
HSL color Cylindrical-coordinate representation of color #024C15: hue angle of 135.41º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #024C15 is Cyan = 0.97, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 2 | 76 | 21 | - |
| CMYK | 0.97 | 0 | 0.72 | 0.70 |
| HSL | 135.41º | 0.95% | 0.15% | - |
| HSV(B) | 135.41º | 0.97% | 0.3% | - |
| XYZ | 2.74 | 5.24 | 1.58 | - |
| YUV | 47.6 | 112.98 | 95.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 76 | 21 | 0.97 | 0 | 0.72 | 0.70 | 135.41 | 0.95 | 0.15 |
| Hex | 2 | 4C | 15 | 61 | 0 | 48 | 46 | 87 | 5F | F |
| Octal | 2 | 114 | 25 | 141 | 0 | 110 | 106 | 207 | 137 | 17 |
| Binary | 10 | 1001100 | 10101 | 1100001 | 0 | 1001000 | 1000110 | 10000111 | 1011111 | 1111 |
Color Harmonies of #024C15
Complementary color
Monochromatic Colors of #024C15
Black with #024C15
Text Example
Text Example
White with #024C15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024C15; }
p { color: rgb(2,76,21); }
H1.HeaderClassName
{
color: #024C15;
}
.AnyTagClassName
{
color: #024C15;
}
</style>
background-color css
<style>
a { background-color: #024C15; }
a { background-color: rgb(2,76,21); }
div.DivClassName
{
background-color: #024C15;
}
.BgClassName
{
background-color: #024C15;
}
</style>
border-color css
<style>
span { border-color: #024C15; }
span { border-color: rgb(2,76,21); }
td.TdClassName
{
border-color: #024C15;
}
.TagClassName
{
border-color: #024C15;
}
</style>