Shades of British Racing Green #024635
Tints of British Racing Green #024635
RGB
CMYK
RGB Variations
Color information
#024635 (or 0x024635) is known color: British Racing Green. HEX triplet: 02, 46 and 35. RGB value is (2,70,53). Sum of RGB (Red+Green+Blue) = 2+70+53=125 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.6% from 125); Green value is 70 (27.73% from 255 or 56% from 125); Blue value is 53 (21.09% from 255 or 42.4% from 125); Max value from RGB is 70 - color contains mainly: green. Hex color #024635 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #024635 is #FDB9CA. Grayscale: #2F2F2F. Windows color (decimal): -16628171 or 3491330. OLE color: 3491330.
HSL color Cylindrical-coordinate representation of color #024635: hue angle of 165º 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 #024635 is Cyan = 0.97, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 2 | 70 | 53 | - |
| CMYK | 0.97 | 0 | 0.24 | 0.73 |
| HSL | 165º | 0.94% | 0.14% | - |
| HSV(B) | 165º | 0.97% | 0.27% | - |
| XYZ | 2.86 | 4.65 | 4.12 | - |
| YUV | 47.73 | 130.97 | 95.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 70 | 53 | 0.97 | 0 | 0.24 | 0.73 | 165 | 0.94 | 0.14 |
| Hex | 2 | 46 | 35 | 61 | 0 | 18 | 49 | A5 | 5E | E |
| Octal | 2 | 106 | 65 | 141 | 0 | 30 | 111 | 245 | 136 | 16 |
| Binary | 10 | 1000110 | 110101 | 1100001 | 0 | 11000 | 1001001 | 10100101 | 1011110 | 1110 |
Color Harmonies of #024635
Complementary color
Monochromatic Colors of #024635
Black with #024635
Text Example
Text Example
White with #024635
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024635; }
p { color: rgb(2,70,53); }
H1.HeaderClassName
{
color: #024635;
}
.AnyTagClassName
{
color: #024635;
}
</style>
background-color css
<style>
a { background-color: #024635; }
a { background-color: rgb(2,70,53); }
div.DivClassName
{
background-color: #024635;
}
.BgClassName
{
background-color: #024635;
}
</style>
border-color css
<style>
span { border-color: #024635; }
span { border-color: rgb(2,70,53); }
td.TdClassName
{
border-color: #024635;
}
.TagClassName
{
border-color: #024635;
}
</style>