Shades of British Racing Green #024532
Tints of British Racing Green #024532
RGB
CMYK
RGB Variations
Color information
#024532 (or 0x024532) is known color: British Racing Green. HEX triplet: 02, 45 and 32. RGB value is (2,69,50). Sum of RGB (Red+Green+Blue) = 2+69+50=121 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.65% from 121); Green value is 69 (27.34% from 255 or 57.02% from 121); Blue value is 50 (19.92% from 255 or 41.32% from 121); Max value from RGB is 69 - color contains mainly: green. Hex color #024532 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #024532 is #FDBACD. Grayscale: #2E2E2E. Windows color (decimal): -16628430 or 3294466. OLE color: 3294466.
HSL color Cylindrical-coordinate representation of color #024532: hue angle of 162.99º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #024532 is Cyan = 0.97, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 2 | 69 | 50 | - |
| CMYK | 0.97 | 0 | 0.28 | 0.73 |
| HSL | 162.99º | 0.94% | 0.14% | - |
| HSV(B) | 162.99º | 0.97% | 0.27% | - |
| XYZ | 2.73 | 4.5 | 3.74 | - |
| YUV | 46.8 | 129.8 | 96.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 69 | 50 | 0.97 | 0 | 0.28 | 0.73 | 162.99 | 0.94 | 0.14 |
| Hex | 2 | 45 | 32 | 61 | 0 | 1C | 49 | A3 | 5E | E |
| Octal | 2 | 105 | 62 | 141 | 0 | 34 | 111 | 243 | 136 | 16 |
| Binary | 10 | 1000101 | 110010 | 1100001 | 0 | 11100 | 1001001 | 10100011 | 1011110 | 1110 |
Color Harmonies of #024532
Complementary color
Monochromatic Colors of #024532
Black with #024532
Text Example
Text Example
White with #024532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024532; }
p { color: rgb(2,69,50); }
H1.HeaderClassName
{
color: #024532;
}
.AnyTagClassName
{
color: #024532;
}
</style>
background-color css
<style>
a { background-color: #024532; }
a { background-color: rgb(2,69,50); }
div.DivClassName
{
background-color: #024532;
}
.BgClassName
{
background-color: #024532;
}
</style>
border-color css
<style>
span { border-color: #024532; }
span { border-color: rgb(2,69,50); }
td.TdClassName
{
border-color: #024532;
}
.TagClassName
{
border-color: #024532;
}
</style>