Shades of British Racing Green #024232
Tints of British Racing Green #024232
RGB
CMYK
RGB Variations
Color information
#024232 (or 0x024232) is known color: British Racing Green. HEX triplet: 02, 42 and 32. RGB value is (2,66,50). Sum of RGB (Red+Green+Blue) = 2+66+50=118 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.69% from 118); Green value is 66 (26.17% from 255 or 55.93% from 118); Blue value is 50 (19.92% from 255 or 42.37% from 118); Max value from RGB is 66 - color contains mainly: green. Hex color #024232 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #024232 is #FDBDCD. Grayscale: #2D2D2D. Windows color (decimal): -16629198 or 3293698. OLE color: 3293698.
HSL color Cylindrical-coordinate representation of color #024232: hue angle of 165º 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 #024232 is Cyan = 0.97, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 2 | 66 | 50 | - |
| CMYK | 0.97 | 0 | 0.24 | 0.74 |
| HSL | 165º | 0.94% | 0.13% | - |
| HSV(B) | 165º | 0.97% | 0.26% | - |
| XYZ | 2.55 | 4.14 | 3.68 | - |
| YUV | 45.04 | 130.8 | 97.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 66 | 50 | 0.97 | 0 | 0.24 | 0.74 | 165 | 0.94 | 0.13 |
| Hex | 2 | 42 | 32 | 61 | 0 | 18 | 4A | A5 | 5E | D |
| Octal | 2 | 102 | 62 | 141 | 0 | 30 | 112 | 245 | 136 | 15 |
| Binary | 10 | 1000010 | 110010 | 1100001 | 0 | 11000 | 1001010 | 10100101 | 1011110 | 1101 |
Color Harmonies of #024232
Complementary color
Monochromatic Colors of #024232
Black with #024232
Text Example
Text Example
White with #024232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024232; }
p { color: rgb(2,66,50); }
H1.HeaderClassName
{
color: #024232;
}
.AnyTagClassName
{
color: #024232;
}
</style>
background-color css
<style>
a { background-color: #024232; }
a { background-color: rgb(2,66,50); }
div.DivClassName
{
background-color: #024232;
}
.BgClassName
{
background-color: #024232;
}
</style>
border-color css
<style>
span { border-color: #024232; }
span { border-color: rgb(2,66,50); }
td.TdClassName
{
border-color: #024232;
}
.TagClassName
{
border-color: #024232;
}
</style>