Shades of British Racing Green #024121
Tints of British Racing Green #024121
RGB
CMYK
RGB Variations
Color information
#024121 (or 0x024121) is known color: British Racing Green. HEX triplet: 02, 41 and 21. RGB value is (2,65,33). Sum of RGB (Red+Green+Blue) = 2+65+33=100 (13% of max value = 765). Red value is 2 (1.17% from 255 or 2% from 100); Green value is 65 (25.78% from 255 or 65% from 100); Blue value is 33 (13.28% from 255 or 33% from 100); Max value from RGB is 65 - color contains mainly: green. Hex color #024121 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #024121 is #FDBEDE. Grayscale: #2A2A2A. Windows color (decimal): -16629471 or 2179330. OLE color: 2179330.
HSL color Cylindrical-coordinate representation of color #024121: hue angle of 149.52º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #024121 is Cyan = 0.97, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 2 | 65 | 33 | - |
| CMYK | 0.97 | 0 | 0.49 | 0.75 |
| HSL | 149.52º | 0.94% | 0.13% | - |
| HSV(B) | 149.52º | 0.97% | 0.25% | - |
| XYZ | 2.19 | 3.9 | 2.08 | - |
| YUV | 42.52 | 122.63 | 99.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 65 | 33 | 0.97 | 0 | 0.49 | 0.75 | 149.52 | 0.94 | 0.13 |
| Hex | 2 | 41 | 21 | 61 | 0 | 31 | 4B | 96 | 5E | D |
| Octal | 2 | 101 | 41 | 141 | 0 | 61 | 113 | 226 | 136 | 15 |
| Binary | 10 | 1000001 | 100001 | 1100001 | 0 | 110001 | 1001011 | 10010110 | 1011110 | 1101 |
Color Harmonies of #024121
Complementary color
Monochromatic Colors of #024121
Black with #024121
Text Example
Text Example
White with #024121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024121; }
p { color: rgb(2,65,33); }
H1.HeaderClassName
{
color: #024121;
}
.AnyTagClassName
{
color: #024121;
}
</style>
background-color css
<style>
a { background-color: #024121; }
a { background-color: rgb(2,65,33); }
div.DivClassName
{
background-color: #024121;
}
.BgClassName
{
background-color: #024121;
}
</style>
border-color css
<style>
span { border-color: #024121; }
span { border-color: rgb(2,65,33); }
td.TdClassName
{
border-color: #024121;
}
.TagClassName
{
border-color: #024121;
}
</style>