Shades of British Racing Green #024B1C
Tints of British Racing Green #024B1C
RGB
CMYK
RGB Variations
Color information
#024B1C (or 0x024B1C) is known color: British Racing Green. HEX triplet: 02, 4B and 1C. RGB value is (2,75,28). Sum of RGB (Red+Green+Blue) = 2+75+28=105 (13% of max value = 765). Red value is 2 (1.17% from 255 or 1.90% from 105); Green value is 75 (29.69% from 255 or 71.43% from 105); Blue value is 28 (11.33% from 255 or 26.67% from 105); Max value from RGB is 75 - color contains mainly: green. Hex color #024B1C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #024B1C is #FDB4E3. Grayscale: #2F2F2F. Windows color (decimal): -16626916 or 1854210. OLE color: 1854210.
HSL color Cylindrical-coordinate representation of color #024B1C: hue angle of 141.37º 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 #024B1C is Cyan = 0.97, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 2 | 75 | 28 | - |
| CMYK | 0.97 | 0 | 0.63 | 0.71 |
| HSL | 141.37º | 0.95% | 0.15% | - |
| HSV(B) | 141.37º | 0.97% | 0.29% | - |
| XYZ | 2.75 | 5.13 | 1.94 | - |
| YUV | 47.82 | 116.82 | 95.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 75 | 28 | 0.97 | 0 | 0.63 | 0.71 | 141.37 | 0.95 | 0.15 |
| Hex | 2 | 4B | 1C | 61 | 0 | 3F | 47 | 8D | 5F | F |
| Octal | 2 | 113 | 34 | 141 | 0 | 77 | 107 | 215 | 137 | 17 |
| Binary | 10 | 1001011 | 11100 | 1100001 | 0 | 111111 | 1000111 | 10001101 | 1011111 | 1111 |
Color Harmonies of #024B1C
Complementary color
Monochromatic Colors of #024B1C
Black with #024B1C
Text Example
Text Example
White with #024B1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024B1C; }
p { color: rgb(2,75,28); }
H1.HeaderClassName
{
color: #024B1C;
}
.AnyTagClassName
{
color: #024B1C;
}
</style>
background-color css
<style>
a { background-color: #024B1C; }
a { background-color: rgb(2,75,28); }
div.DivClassName
{
background-color: #024B1C;
}
.BgClassName
{
background-color: #024B1C;
}
</style>
border-color css
<style>
span { border-color: #024B1C; }
span { border-color: rgb(2,75,28); }
td.TdClassName
{
border-color: #024B1C;
}
.TagClassName
{
border-color: #024B1C;
}
</style>