Shades of British Racing Green #024524
Tints of British Racing Green #024524
RGB
CMYK
RGB Variations
Color information
#024524 (or 0x024524) is known color: British Racing Green. HEX triplet: 02, 45 and 24. RGB value is (2,69,36). Sum of RGB (Red+Green+Blue) = 2+69+36=107 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.87% from 107); Green value is 69 (27.34% from 255 or 64.49% from 107); Blue value is 36 (14.45% from 255 or 33.64% from 107); Max value from RGB is 69 - color contains mainly: green. Hex color #024524 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #024524 is #FDBADB. Grayscale: #2D2D2D. Windows color (decimal): -16628444 or 2376962. OLE color: 2376962.
HSL color Cylindrical-coordinate representation of color #024524: hue angle of 150.45º 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 #024524 is Cyan = 0.97, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 2 | 69 | 36 | - |
| CMYK | 0.97 | 0 | 0.48 | 0.73 |
| HSL | 150.45º | 0.94% | 0.14% | - |
| HSV(B) | 150.45º | 0.97% | 0.27% | - |
| XYZ | 2.47 | 4.4 | 2.39 | - |
| YUV | 45.21 | 122.8 | 97.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 69 | 36 | 0.97 | 0 | 0.48 | 0.73 | 150.45 | 0.94 | 0.14 |
| Hex | 2 | 45 | 24 | 61 | 0 | 30 | 49 | 96 | 5E | E |
| Octal | 2 | 105 | 44 | 141 | 0 | 60 | 111 | 226 | 136 | 16 |
| Binary | 10 | 1000101 | 100100 | 1100001 | 0 | 110000 | 1001001 | 10010110 | 1011110 | 1110 |
Color Harmonies of #024524
Complementary color
Monochromatic Colors of #024524
Black with #024524
Text Example
Text Example
White with #024524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024524; }
p { color: rgb(2,69,36); }
H1.HeaderClassName
{
color: #024524;
}
.AnyTagClassName
{
color: #024524;
}
</style>
background-color css
<style>
a { background-color: #024524; }
a { background-color: rgb(2,69,36); }
div.DivClassName
{
background-color: #024524;
}
.BgClassName
{
background-color: #024524;
}
</style>
border-color css
<style>
span { border-color: #024524; }
span { border-color: rgb(2,69,36); }
td.TdClassName
{
border-color: #024524;
}
.TagClassName
{
border-color: #024524;
}
</style>