Shades of British Racing Green #024C20
Tints of British Racing Green #024C20
RGB
CMYK
RGB Variations
Color information
#024C20 (or 0x024C20) is known color: British Racing Green. HEX triplet: 02, 4C and 20. RGB value is (2,76,32). Sum of RGB (Red+Green+Blue) = 2+76+32=110 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.82% from 110); Green value is 76 (30.08% from 255 or 69.09% from 110); Blue value is 32 (12.89% from 255 or 29.09% from 110); Max value from RGB is 76 - color contains mainly: green. Hex color #024C20 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #024C20 is #FDB3DF. Grayscale: #303030. Windows color (decimal): -16626656 or 2116610. OLE color: 2116610.
HSL color Cylindrical-coordinate representation of color #024C20: hue angle of 144.32º 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 #024C20 is Cyan = 0.97, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 2 | 76 | 32 | - |
| CMYK | 0.97 | 0 | 0.58 | 0.70 |
| HSL | 144.32º | 0.95% | 0.15% | - |
| HSV(B) | 144.32º | 0.97% | 0.3% | - |
| XYZ | 2.87 | 5.29 | 2.24 | - |
| YUV | 48.86 | 118.48 | 94.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 76 | 32 | 0.97 | 0 | 0.58 | 0.70 | 144.32 | 0.95 | 0.15 |
| Hex | 2 | 4C | 20 | 61 | 0 | 3A | 46 | 90 | 5F | F |
| Octal | 2 | 114 | 40 | 141 | 0 | 72 | 106 | 220 | 137 | 17 |
| Binary | 10 | 1001100 | 100000 | 1100001 | 0 | 111010 | 1000110 | 10010000 | 1011111 | 1111 |
Color Harmonies of #024C20
Complementary color
Monochromatic Colors of #024C20
Black with #024C20
Text Example
Text Example
White with #024C20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024C20; }
p { color: rgb(2,76,32); }
H1.HeaderClassName
{
color: #024C20;
}
.AnyTagClassName
{
color: #024C20;
}
</style>
background-color css
<style>
a { background-color: #024C20; }
a { background-color: rgb(2,76,32); }
div.DivClassName
{
background-color: #024C20;
}
.BgClassName
{
background-color: #024C20;
}
</style>
border-color css
<style>
span { border-color: #024C20; }
span { border-color: rgb(2,76,32); }
td.TdClassName
{
border-color: #024C20;
}
.TagClassName
{
border-color: #024C20;
}
</style>