Shades of British Racing Green #024A1B
Tints of British Racing Green #024A1B
RGB
CMYK
RGB Variations
Color information
#024A1B (or 0x024A1B) is known color: British Racing Green. HEX triplet: 02, 4A and 1B. RGB value is (2,74,27). Sum of RGB (Red+Green+Blue) = 2+74+27=103 (13% of max value = 765). Red value is 2 (1.17% from 255 or 1.94% from 103); Green value is 74 (29.30% from 255 or 71.84% from 103); Blue value is 27 (10.94% from 255 or 26.21% from 103); Max value from RGB is 74 - color contains mainly: green. Hex color #024A1B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #024A1B is #FDB5E4. Grayscale: #2F2F2F. Windows color (decimal): -16627173 or 1788418. OLE color: 1788418.
HSL color Cylindrical-coordinate representation of color #024A1B: hue angle of 140.83º 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 #024A1B is Cyan = 0.97, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 2 | 74 | 27 | - |
| CMYK | 0.97 | 0 | 0.64 | 0.71 |
| HSL | 140.83º | 0.95% | 0.15% | - |
| HSV(B) | 140.83º | 0.97% | 0.29% | - |
| XYZ | 2.67 | 4.99 | 1.86 | - |
| YUV | 47.11 | 116.65 | 95.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 74 | 27 | 0.97 | 0 | 0.64 | 0.71 | 140.83 | 0.95 | 0.15 |
| Hex | 2 | 4A | 1B | 61 | 0 | 40 | 47 | 8D | 5F | F |
| Octal | 2 | 112 | 33 | 141 | 0 | 100 | 107 | 215 | 137 | 17 |
| Binary | 10 | 1001010 | 11011 | 1100001 | 0 | 1000000 | 1000111 | 10001101 | 1011111 | 1111 |
Color Harmonies of #024A1B
Complementary color
Monochromatic Colors of #024A1B
Black with #024A1B
Text Example
Text Example
White with #024A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024A1B; }
p { color: rgb(2,74,27); }
H1.HeaderClassName
{
color: #024A1B;
}
.AnyTagClassName
{
color: #024A1B;
}
</style>
background-color css
<style>
a { background-color: #024A1B; }
a { background-color: rgb(2,74,27); }
div.DivClassName
{
background-color: #024A1B;
}
.BgClassName
{
background-color: #024A1B;
}
</style>
border-color css
<style>
span { border-color: #024A1B; }
span { border-color: rgb(2,74,27); }
td.TdClassName
{
border-color: #024A1B;
}
.TagClassName
{
border-color: #024A1B;
}
</style>