Shades of British Racing Green #024D2D
Tints of British Racing Green #024D2D
RGB
CMYK
RGB Variations
Color information
#024D2D (or 0x024D2D) is known color: British Racing Green. HEX triplet: 02, 4D and 2D. RGB value is (2,77,45). Sum of RGB (Red+Green+Blue) = 2+77+45=124 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.61% from 124); Green value is 77 (30.47% from 255 or 62.10% from 124); Blue value is 45 (17.97% from 255 or 36.29% from 124); Max value from RGB is 77 - color contains mainly: green. Hex color #024D2D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #024D2D is #FDB2D2. Grayscale: #323232. Windows color (decimal): -16626387 or 2968834. OLE color: 2968834.
HSL color Cylindrical-coordinate representation of color #024D2D: hue angle of 154.4º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #024D2D is Cyan = 0.97, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 2 | 77 | 45 | - |
| CMYK | 0.97 | 0 | 0.42 | 0.70 |
| HSL | 154.4º | 0.95% | 0.15% | - |
| HSV(B) | 154.4º | 0.97% | 0.3% | - |
| XYZ | 3.15 | 5.51 | 3.38 | - |
| YUV | 50.93 | 124.65 | 93.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 77 | 45 | 0.97 | 0 | 0.42 | 0.70 | 154.4 | 0.95 | 0.15 |
| Hex | 2 | 4D | 2D | 61 | 0 | 2A | 46 | 9A | 5F | F |
| Octal | 2 | 115 | 55 | 141 | 0 | 52 | 106 | 232 | 137 | 17 |
| Binary | 10 | 1001101 | 101101 | 1100001 | 0 | 101010 | 1000110 | 10011010 | 1011111 | 1111 |
Color Harmonies of #024D2D
Complementary color
Monochromatic Colors of #024D2D
Black with #024D2D
Text Example
Text Example
White with #024D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024D2D; }
p { color: rgb(2,77,45); }
H1.HeaderClassName
{
color: #024D2D;
}
.AnyTagClassName
{
color: #024D2D;
}
</style>
background-color css
<style>
a { background-color: #024D2D; }
a { background-color: rgb(2,77,45); }
div.DivClassName
{
background-color: #024D2D;
}
.BgClassName
{
background-color: #024D2D;
}
</style>
border-color css
<style>
span { border-color: #024D2D; }
span { border-color: rgb(2,77,45); }
td.TdClassName
{
border-color: #024D2D;
}
.TagClassName
{
border-color: #024D2D;
}
</style>