Shades of British Racing Green #024F2D
Tints of British Racing Green #024F2D
RGB
CMYK
RGB Variations
Color information
#024F2D (or 0x024F2D) is known color: British Racing Green. HEX triplet: 02, 4F and 2D. RGB value is (2,79,45). Sum of RGB (Red+Green+Blue) = 2+79+45=126 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.59% from 126); Green value is 79 (31.25% from 255 or 62.70% from 126); Blue value is 45 (17.97% from 255 or 35.71% from 126); Max value from RGB is 79 - color contains mainly: green. Hex color #024F2D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #024F2D is #FDB0D2. Grayscale: #343434. Windows color (decimal): -16625875 or 2969346. OLE color: 2969346.
HSL color Cylindrical-coordinate representation of color #024F2D: hue angle of 153.51º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #024F2D is Cyan = 0.97, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 2 | 79 | 45 | - |
| CMYK | 0.97 | 0 | 0.43 | 0.69 |
| HSL | 153.51º | 0.95% | 0.16% | - |
| HSV(B) | 153.51º | 0.97% | 0.31% | - |
| XYZ | 3.29 | 5.79 | 3.43 | - |
| YUV | 52.1 | 123.99 | 92.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 79 | 45 | 0.97 | 0 | 0.43 | 0.69 | 153.51 | 0.95 | 0.16 |
| Hex | 2 | 4F | 2D | 61 | 0 | 2B | 45 | 9A | 5F | 10 |
| Octal | 2 | 117 | 55 | 141 | 0 | 53 | 105 | 232 | 137 | 20 |
| Binary | 10 | 1001111 | 101101 | 1100001 | 0 | 101011 | 1000101 | 10011010 | 1011111 | 10000 |
Color Harmonies of #024F2D
Complementary color
Monochromatic Colors of #024F2D
Black with #024F2D
Text Example
Text Example
White with #024F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024F2D; }
p { color: rgb(2,79,45); }
H1.HeaderClassName
{
color: #024F2D;
}
.AnyTagClassName
{
color: #024F2D;
}
</style>
background-color css
<style>
a { background-color: #024F2D; }
a { background-color: rgb(2,79,45); }
div.DivClassName
{
background-color: #024F2D;
}
.BgClassName
{
background-color: #024F2D;
}
</style>
border-color css
<style>
span { border-color: #024F2D; }
span { border-color: rgb(2,79,45); }
td.TdClassName
{
border-color: #024F2D;
}
.TagClassName
{
border-color: #024F2D;
}
</style>