Shades of British Racing Green #024529
Tints of British Racing Green #024529
RGB
CMYK
RGB Variations
Color information
#024529 (or 0x024529) is known color: British Racing Green. HEX triplet: 02, 45 and 29. RGB value is (2,69,41). Sum of RGB (Red+Green+Blue) = 2+69+41=112 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.79% from 112); Green value is 69 (27.34% from 255 or 61.61% from 112); Blue value is 41 (16.41% from 255 or 36.61% from 112); Max value from RGB is 69 - color contains mainly: green. Hex color #024529 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #024529 is #FDBAD6. Grayscale: #2D2D2D. Windows color (decimal): -16628439 or 2704642. OLE color: 2704642.
HSL color Cylindrical-coordinate representation of color #024529: hue angle of 154.93º 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 #024529 is Cyan = 0.97, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 2 | 69 | 41 | - |
| CMYK | 0.97 | 0 | 0.41 | 0.73 |
| HSL | 154.93º | 0.94% | 0.14% | - |
| HSV(B) | 154.93º | 0.97% | 0.27% | - |
| XYZ | 2.55 | 4.43 | 2.82 | - |
| YUV | 45.78 | 125.3 | 96.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 69 | 41 | 0.97 | 0 | 0.41 | 0.73 | 154.93 | 0.94 | 0.14 |
| Hex | 2 | 45 | 29 | 61 | 0 | 29 | 49 | 9B | 5E | E |
| Octal | 2 | 105 | 51 | 141 | 0 | 51 | 111 | 233 | 136 | 16 |
| Binary | 10 | 1000101 | 101001 | 1100001 | 0 | 101001 | 1001001 | 10011011 | 1011110 | 1110 |
Color Harmonies of #024529
Complementary color
Monochromatic Colors of #024529
Black with #024529
Text Example
Text Example
White with #024529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024529; }
p { color: rgb(2,69,41); }
H1.HeaderClassName
{
color: #024529;
}
.AnyTagClassName
{
color: #024529;
}
</style>
background-color css
<style>
a { background-color: #024529; }
a { background-color: rgb(2,69,41); }
div.DivClassName
{
background-color: #024529;
}
.BgClassName
{
background-color: #024529;
}
</style>
border-color css
<style>
span { border-color: #024529; }
span { border-color: rgb(2,69,41); }
td.TdClassName
{
border-color: #024529;
}
.TagClassName
{
border-color: #024529;
}
</style>