Shades of British Racing Green #024117
Tints of British Racing Green #024117
RGB
CMYK
RGB Variations
Color information
#024117 (or 0x024117) is known color: British Racing Green. HEX triplet: 02, 41 and 17. RGB value is (2,65,23). Sum of RGB (Red+Green+Blue) = 2+65+23=90 (11% of max value = 765). Red value is 2 (1.17% from 255 or 2.22% from 90); Green value is 65 (25.78% from 255 or 72.22% from 90); Blue value is 23 (9.38% from 255 or 25.56% from 90); Max value from RGB is 65 - color contains mainly: green. Hex color #024117 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #024117 is #FDBEE8. Grayscale: #292929. Windows color (decimal): -16629481 or 1523970. OLE color: 1523970.
HSL color Cylindrical-coordinate representation of color #024117: hue angle of 140º 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 #024117 is Cyan = 0.97, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 2 | 65 | 23 | - |
| CMYK | 0.97 | 0 | 0.65 | 0.75 |
| HSL | 140º | 0.94% | 0.13% | - |
| HSV(B) | 140º | 0.97% | 0.25% | - |
| XYZ | 2.07 | 3.86 | 1.45 | - |
| YUV | 41.38 | 117.63 | 99.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 65 | 23 | 0.97 | 0 | 0.65 | 0.75 | 140 | 0.94 | 0.13 |
| Hex | 2 | 41 | 17 | 61 | 0 | 41 | 4B | 8C | 5E | D |
| Octal | 2 | 101 | 27 | 141 | 0 | 101 | 113 | 214 | 136 | 15 |
| Binary | 10 | 1000001 | 10111 | 1100001 | 0 | 1000001 | 1001011 | 10001100 | 1011110 | 1101 |
Color Harmonies of #024117
Complementary color
Monochromatic Colors of #024117
Black with #024117
Text Example
Text Example
White with #024117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024117; }
p { color: rgb(2,65,23); }
H1.HeaderClassName
{
color: #024117;
}
.AnyTagClassName
{
color: #024117;
}
</style>
background-color css
<style>
a { background-color: #024117; }
a { background-color: rgb(2,65,23); }
div.DivClassName
{
background-color: #024117;
}
.BgClassName
{
background-color: #024117;
}
</style>
border-color css
<style>
span { border-color: #024117; }
span { border-color: rgb(2,65,23); }
td.TdClassName
{
border-color: #024117;
}
.TagClassName
{
border-color: #024117;
}
</style>