Shades of British Racing Green #024215
Tints of British Racing Green #024215
RGB
CMYK
RGB Variations
Color information
#024215 (or 0x024215) is known color: British Racing Green. HEX triplet: 02, 42 and 15. RGB value is (2,66,21). Sum of RGB (Red+Green+Blue) = 2+66+21=89 (11% of max value = 765). Red value is 2 (1.17% from 255 or 2.25% from 89); Green value is 66 (26.17% from 255 or 74.16% from 89); Blue value is 21 (8.59% from 255 or 23.60% from 89); Max value from RGB is 66 - color contains mainly: green. Hex color #024215 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #024215 is #FDBDEA. Grayscale: #292929. Windows color (decimal): -16629227 or 1393154. OLE color: 1393154.
HSL color Cylindrical-coordinate representation of color #024215: hue angle of 137.81º 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 #024215 is Cyan = 0.97, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 2 | 66 | 21 | - |
| CMYK | 0.97 | 0 | 0.68 | 0.74 |
| HSL | 137.81º | 0.94% | 0.13% | - |
| HSV(B) | 137.81º | 0.97% | 0.26% | - |
| XYZ | 2.11 | 3.96 | 1.36 | - |
| YUV | 41.73 | 116.3 | 99.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 66 | 21 | 0.97 | 0 | 0.68 | 0.74 | 137.81 | 0.94 | 0.13 |
| Hex | 2 | 42 | 15 | 61 | 0 | 44 | 4A | 8A | 5E | D |
| Octal | 2 | 102 | 25 | 141 | 0 | 104 | 112 | 212 | 136 | 15 |
| Binary | 10 | 1000010 | 10101 | 1100001 | 0 | 1000100 | 1001010 | 10001010 | 1011110 | 1101 |
Color Harmonies of #024215
Complementary color
Monochromatic Colors of #024215
Black with #024215
Text Example
Text Example
White with #024215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024215; }
p { color: rgb(2,66,21); }
H1.HeaderClassName
{
color: #024215;
}
.AnyTagClassName
{
color: #024215;
}
</style>
background-color css
<style>
a { background-color: #024215; }
a { background-color: rgb(2,66,21); }
div.DivClassName
{
background-color: #024215;
}
.BgClassName
{
background-color: #024215;
}
</style>
border-color css
<style>
span { border-color: #024215; }
span { border-color: rgb(2,66,21); }
td.TdClassName
{
border-color: #024215;
}
.TagClassName
{
border-color: #024215;
}
</style>