Shades of British Racing Green #024530
Tints of British Racing Green #024530
RGB
CMYK
RGB Variations
Color information
#024530 (or 0x024530) is known color: British Racing Green. HEX triplet: 02, 45 and 30. RGB value is (2,69,48). Sum of RGB (Red+Green+Blue) = 2+69+48=119 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.68% from 119); Green value is 69 (27.34% from 255 or 57.98% from 119); Blue value is 48 (19.14% from 255 or 40.34% from 119); Max value from RGB is 69 - color contains mainly: green. Hex color #024530 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #024530 is #FDBACF. Grayscale: #2E2E2E. Windows color (decimal): -16628432 or 3163394. OLE color: 3163394.
HSL color Cylindrical-coordinate representation of color #024530: hue angle of 161.19º 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 #024530 is Cyan = 0.97, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 2 | 69 | 48 | - |
| CMYK | 0.97 | 0 | 0.30 | 0.73 |
| HSL | 161.19º | 0.94% | 0.14% | - |
| HSV(B) | 161.19º | 0.97% | 0.27% | - |
| XYZ | 2.69 | 4.48 | 3.52 | - |
| YUV | 46.57 | 128.8 | 96.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 69 | 48 | 0.97 | 0 | 0.30 | 0.73 | 161.19 | 0.94 | 0.14 |
| Hex | 2 | 45 | 30 | 61 | 0 | 1E | 49 | A1 | 5E | E |
| Octal | 2 | 105 | 60 | 141 | 0 | 36 | 111 | 241 | 136 | 16 |
| Binary | 10 | 1000101 | 110000 | 1100001 | 0 | 11110 | 1001001 | 10100001 | 1011110 | 1110 |
Color Harmonies of #024530
Complementary color
Monochromatic Colors of #024530
Black with #024530
Text Example
Text Example
White with #024530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024530; }
p { color: rgb(2,69,48); }
H1.HeaderClassName
{
color: #024530;
}
.AnyTagClassName
{
color: #024530;
}
</style>
background-color css
<style>
a { background-color: #024530; }
a { background-color: rgb(2,69,48); }
div.DivClassName
{
background-color: #024530;
}
.BgClassName
{
background-color: #024530;
}
</style>
border-color css
<style>
span { border-color: #024530; }
span { border-color: rgb(2,69,48); }
td.TdClassName
{
border-color: #024530;
}
.TagClassName
{
border-color: #024530;
}
</style>