Shades of British Racing Green #024231
Tints of British Racing Green #024231
RGB
CMYK
RGB Variations
Color information
#024231 (or 0x024231) is known color: British Racing Green. HEX triplet: 02, 42 and 31. RGB value is (2,66,49). Sum of RGB (Red+Green+Blue) = 2+66+49=117 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.71% from 117); Green value is 66 (26.17% from 255 or 56.41% from 117); Blue value is 49 (19.53% from 255 or 41.88% from 117); Max value from RGB is 66 - color contains mainly: green. Hex color #024231 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #024231 is #FDBDCE. Grayscale: #2C2C2C. Windows color (decimal): -16629199 or 3228162. OLE color: 3228162.
HSL color Cylindrical-coordinate representation of color #024231: hue angle of 164.06º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #024231 is Cyan = 0.97, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 2 | 66 | 49 | - |
| CMYK | 0.97 | 0 | 0.26 | 0.74 |
| HSL | 164.06º | 0.94% | 0.13% | - |
| HSV(B) | 164.06º | 0.97% | 0.26% | - |
| XYZ | 2.53 | 4.13 | 3.57 | - |
| YUV | 44.93 | 130.3 | 97.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 66 | 49 | 0.97 | 0 | 0.26 | 0.74 | 164.06 | 0.94 | 0.13 |
| Hex | 2 | 42 | 31 | 61 | 0 | 1A | 4A | A4 | 5E | D |
| Octal | 2 | 102 | 61 | 141 | 0 | 32 | 112 | 244 | 136 | 15 |
| Binary | 10 | 1000010 | 110001 | 1100001 | 0 | 11010 | 1001010 | 10100100 | 1011110 | 1101 |
Color Harmonies of #024231
Complementary color
Monochromatic Colors of #024231
Black with #024231
Text Example
Text Example
White with #024231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024231; }
p { color: rgb(2,66,49); }
H1.HeaderClassName
{
color: #024231;
}
.AnyTagClassName
{
color: #024231;
}
</style>
background-color css
<style>
a { background-color: #024231; }
a { background-color: rgb(2,66,49); }
div.DivClassName
{
background-color: #024231;
}
.BgClassName
{
background-color: #024231;
}
</style>
border-color css
<style>
span { border-color: #024231; }
span { border-color: rgb(2,66,49); }
td.TdClassName
{
border-color: #024231;
}
.TagClassName
{
border-color: #024231;
}
</style>