Shades of British Racing Green #024A1D
Tints of British Racing Green #024A1D
RGB
CMYK
RGB Variations
Color information
#024A1D (or 0x024A1D) is known color: British Racing Green. HEX triplet: 02, 4A and 1D. RGB value is (2,74,29). Sum of RGB (Red+Green+Blue) = 2+74+29=105 (13% of max value = 765). Red value is 2 (1.17% from 255 or 1.90% from 105); Green value is 74 (29.30% from 255 or 70.48% from 105); Blue value is 29 (11.72% from 255 or 27.62% from 105); Max value from RGB is 74 - color contains mainly: green. Hex color #024A1D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #024A1D is #FDB5E2. Grayscale: #2F2F2F. Windows color (decimal): -16627171 or 1919490. OLE color: 1919490.
HSL color Cylindrical-coordinate representation of color #024A1D: hue angle of 142.5º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #024A1D is Cyan = 0.97, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 2 | 74 | 29 | - |
| CMYK | 0.97 | 0 | 0.61 | 0.71 |
| HSL | 142.5º | 0.95% | 0.15% | - |
| HSV(B) | 142.5º | 0.97% | 0.29% | - |
| XYZ | 2.7 | 5 | 1.99 | - |
| YUV | 47.34 | 117.65 | 95.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 74 | 29 | 0.97 | 0 | 0.61 | 0.71 | 142.5 | 0.95 | 0.15 |
| Hex | 2 | 4A | 1D | 61 | 0 | 3D | 47 | 8E | 5F | F |
| Octal | 2 | 112 | 35 | 141 | 0 | 75 | 107 | 216 | 137 | 17 |
| Binary | 10 | 1001010 | 11101 | 1100001 | 0 | 111101 | 1000111 | 10001110 | 1011111 | 1111 |
Color Harmonies of #024A1D
Complementary color
Monochromatic Colors of #024A1D
Black with #024A1D
Text Example
Text Example
White with #024A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024A1D; }
p { color: rgb(2,74,29); }
H1.HeaderClassName
{
color: #024A1D;
}
.AnyTagClassName
{
color: #024A1D;
}
</style>
background-color css
<style>
a { background-color: #024A1D; }
a { background-color: rgb(2,74,29); }
div.DivClassName
{
background-color: #024A1D;
}
.BgClassName
{
background-color: #024A1D;
}
</style>
border-color css
<style>
span { border-color: #024A1D; }
span { border-color: rgb(2,74,29); }
td.TdClassName
{
border-color: #024A1D;
}
.TagClassName
{
border-color: #024A1D;
}
</style>