Shades of British Racing Green #024229
Tints of British Racing Green #024229
RGB
CMYK
RGB Variations
Color information
#024229 (or 0x024229) is known color: British Racing Green. HEX triplet: 02, 42 and 29. RGB value is (2,66,41). Sum of RGB (Red+Green+Blue) = 2+66+41=109 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.83% from 109); Green value is 66 (26.17% from 255 or 60.55% from 109); Blue value is 41 (16.41% from 255 or 37.61% from 109); Max value from RGB is 66 - color contains mainly: green. Hex color #024229 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #024229 is #FDBDD6. Grayscale: #2C2C2C. Windows color (decimal): -16629207 or 2703874. OLE color: 2703874.
HSL color Cylindrical-coordinate representation of color #024229: hue angle of 156.56º 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 #024229 is Cyan = 0.97, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 2 | 66 | 41 | - |
| CMYK | 0.97 | 0 | 0.38 | 0.74 |
| HSL | 156.56º | 0.94% | 0.13% | - |
| HSV(B) | 156.56º | 0.97% | 0.26% | - |
| XYZ | 2.37 | 4.07 | 2.76 | - |
| YUV | 44.01 | 126.3 | 98.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 66 | 41 | 0.97 | 0 | 0.38 | 0.74 | 156.56 | 0.94 | 0.13 |
| Hex | 2 | 42 | 29 | 61 | 0 | 26 | 4A | 9D | 5E | D |
| Octal | 2 | 102 | 51 | 141 | 0 | 46 | 112 | 235 | 136 | 15 |
| Binary | 10 | 1000010 | 101001 | 1100001 | 0 | 100110 | 1001010 | 10011101 | 1011110 | 1101 |
Color Harmonies of #024229
Complementary color
Monochromatic Colors of #024229
Black with #024229
Text Example
Text Example
White with #024229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024229; }
p { color: rgb(2,66,41); }
H1.HeaderClassName
{
color: #024229;
}
.AnyTagClassName
{
color: #024229;
}
</style>
background-color css
<style>
a { background-color: #024229; }
a { background-color: rgb(2,66,41); }
div.DivClassName
{
background-color: #024229;
}
.BgClassName
{
background-color: #024229;
}
</style>
border-color css
<style>
span { border-color: #024229; }
span { border-color: rgb(2,66,41); }
td.TdClassName
{
border-color: #024229;
}
.TagClassName
{
border-color: #024229;
}
</style>