Shades of British Racing Green #024F2E
Tints of British Racing Green #024F2E
RGB
CMYK
RGB Variations
Color information
#024F2E (or 0x024F2E) is known color: British Racing Green. HEX triplet: 02, 4F and 2E. RGB value is (2,79,46). Sum of RGB (Red+Green+Blue) = 2+79+46=127 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.57% from 127); Green value is 79 (31.25% from 255 or 62.20% from 127); Blue value is 46 (18.36% from 255 or 36.22% from 127); Max value from RGB is 79 - color contains mainly: green. Hex color #024F2E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #024F2E is #FDB0D1. Grayscale: #343434. Windows color (decimal): -16625874 or 3034882. OLE color: 3034882.
HSL color Cylindrical-coordinate representation of color #024F2E: hue angle of 154.29º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #024F2E is Cyan = 0.97, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 2 | 79 | 46 | - |
| CMYK | 0.97 | 0 | 0.42 | 0.69 |
| HSL | 154.29º | 0.95% | 0.16% | - |
| HSV(B) | 154.29º | 0.97% | 0.31% | - |
| XYZ | 3.31 | 5.8 | 3.53 | - |
| YUV | 52.22 | 124.49 | 92.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 79 | 46 | 0.97 | 0 | 0.42 | 0.69 | 154.29 | 0.95 | 0.16 |
| Hex | 2 | 4F | 2E | 61 | 0 | 2A | 45 | 9A | 5F | 10 |
| Octal | 2 | 117 | 56 | 141 | 0 | 52 | 105 | 232 | 137 | 20 |
| Binary | 10 | 1001111 | 101110 | 1100001 | 0 | 101010 | 1000101 | 10011010 | 1011111 | 10000 |
Color Harmonies of #024F2E
Complementary color
Monochromatic Colors of #024F2E
Black with #024F2E
Text Example
Text Example
White with #024F2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024F2E; }
p { color: rgb(2,79,46); }
H1.HeaderClassName
{
color: #024F2E;
}
.AnyTagClassName
{
color: #024F2E;
}
</style>
background-color css
<style>
a { background-color: #024F2E; }
a { background-color: rgb(2,79,46); }
div.DivClassName
{
background-color: #024F2E;
}
.BgClassName
{
background-color: #024F2E;
}
</style>
border-color css
<style>
span { border-color: #024F2E; }
span { border-color: rgb(2,79,46); }
td.TdClassName
{
border-color: #024F2E;
}
.TagClassName
{
border-color: #024F2E;
}
</style>