Shades of British Racing Green #024E31
Tints of British Racing Green #024E31
RGB
CMYK
RGB Variations
Color information
#024E31 (or 0x024E31) is known color: British Racing Green. HEX triplet: 02, 4E and 31. RGB value is (2,78,49). Sum of RGB (Red+Green+Blue) = 2+78+49=129 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.55% from 129); Green value is 78 (30.86% from 255 or 60.47% from 129); Blue value is 49 (19.53% from 255 or 37.98% from 129); Max value from RGB is 78 - color contains mainly: green. Hex color #024E31 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #024E31 is #FDB1CE. Grayscale: #343434. Windows color (decimal): -16626127 or 3231234. OLE color: 3231234.
HSL color Cylindrical-coordinate representation of color #024E31: hue angle of 157.11º 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 #024E31 is Cyan = 0.97, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 2 | 78 | 49 | - |
| CMYK | 0.97 | 0 | 0.37 | 0.69 |
| HSL | 157.11º | 0.95% | 0.16% | - |
| HSV(B) | 157.11º | 0.97% | 0.31% | - |
| XYZ | 3.3 | 5.68 | 3.83 | - |
| YUV | 51.97 | 126.32 | 92.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 78 | 49 | 0.97 | 0 | 0.37 | 0.69 | 157.11 | 0.95 | 0.16 |
| Hex | 2 | 4E | 31 | 61 | 0 | 25 | 45 | 9D | 5F | 10 |
| Octal | 2 | 116 | 61 | 141 | 0 | 45 | 105 | 235 | 137 | 20 |
| Binary | 10 | 1001110 | 110001 | 1100001 | 0 | 100101 | 1000101 | 10011101 | 1011111 | 10000 |
Color Harmonies of #024E31
Complementary color
Monochromatic Colors of #024E31
Black with #024E31
Text Example
Text Example
White with #024E31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024E31; }
p { color: rgb(2,78,49); }
H1.HeaderClassName
{
color: #024E31;
}
.AnyTagClassName
{
color: #024E31;
}
</style>
background-color css
<style>
a { background-color: #024E31; }
a { background-color: rgb(2,78,49); }
div.DivClassName
{
background-color: #024E31;
}
.BgClassName
{
background-color: #024E31;
}
</style>
border-color css
<style>
span { border-color: #024E31; }
span { border-color: rgb(2,78,49); }
td.TdClassName
{
border-color: #024E31;
}
.TagClassName
{
border-color: #024E31;
}
</style>