Shades of British Racing Green #024A16
Tints of British Racing Green #024A16
RGB
CMYK
RGB Variations
Color information
#024A16 (or 0x024A16) is known color: British Racing Green. HEX triplet: 02, 4A and 16. RGB value is (2,74,22). Sum of RGB (Red+Green+Blue) = 2+74+22=98 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.04% from 98); Green value is 74 (29.30% from 255 or 75.51% from 98); Blue value is 22 (8.98% from 255 or 22.45% from 98); Max value from RGB is 74 - color contains mainly: green. Hex color #024A16 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #024A16 is #FDB5E9. Grayscale: #2E2E2E. Windows color (decimal): -16627178 or 1460738. OLE color: 1460738.
HSL color Cylindrical-coordinate representation of color #024A16: hue angle of 136.67º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #024A16 is Cyan = 0.97, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 2 | 74 | 22 | - |
| CMYK | 0.97 | 0 | 0.70 | 0.71 |
| HSL | 136.67º | 0.95% | 0.15% | - |
| HSV(B) | 136.67º | 0.97% | 0.29% | - |
| XYZ | 2.62 | 4.97 | 1.58 | - |
| YUV | 46.54 | 114.15 | 96.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 74 | 22 | 0.97 | 0 | 0.70 | 0.71 | 136.67 | 0.95 | 0.15 |
| Hex | 2 | 4A | 16 | 61 | 0 | 46 | 47 | 89 | 5F | F |
| Octal | 2 | 112 | 26 | 141 | 0 | 106 | 107 | 211 | 137 | 17 |
| Binary | 10 | 1001010 | 10110 | 1100001 | 0 | 1000110 | 1000111 | 10001001 | 1011111 | 1111 |
Color Harmonies of #024A16
Complementary color
Monochromatic Colors of #024A16
Black with #024A16
Text Example
Text Example
White with #024A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024A16; }
p { color: rgb(2,74,22); }
H1.HeaderClassName
{
color: #024A16;
}
.AnyTagClassName
{
color: #024A16;
}
</style>
background-color css
<style>
a { background-color: #024A16; }
a { background-color: rgb(2,74,22); }
div.DivClassName
{
background-color: #024A16;
}
.BgClassName
{
background-color: #024A16;
}
</style>
border-color css
<style>
span { border-color: #024A16; }
span { border-color: rgb(2,74,22); }
td.TdClassName
{
border-color: #024A16;
}
.TagClassName
{
border-color: #024A16;
}
</style>