Shades of British Racing Green #024C19
Tints of British Racing Green #024C19
RGB
CMYK
RGB Variations
Color information
#024C19 (or 0x024C19) is known color: British Racing Green. HEX triplet: 02, 4C and 19. RGB value is (2,76,25). Sum of RGB (Red+Green+Blue) = 2+76+25=103 (13% of max value = 765). Red value is 2 (1.17% from 255 or 1.94% from 103); Green value is 76 (30.08% from 255 or 73.79% from 103); Blue value is 25 (10.16% from 255 or 24.27% from 103); Max value from RGB is 76 - color contains mainly: green. Hex color #024C19 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #024C19 is #FDB3E6. Grayscale: #303030. Windows color (decimal): -16626663 or 1657858. OLE color: 1657858.
HSL color Cylindrical-coordinate representation of color #024C19: hue angle of 138.65º 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 #024C19 is Cyan = 0.97, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 2 | 76 | 25 | - |
| CMYK | 0.97 | 0 | 0.67 | 0.70 |
| HSL | 138.65º | 0.95% | 0.15% | - |
| HSV(B) | 138.65º | 0.97% | 0.3% | - |
| XYZ | 2.78 | 5.25 | 1.79 | - |
| YUV | 48.06 | 114.98 | 95.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 76 | 25 | 0.97 | 0 | 0.67 | 0.70 | 138.65 | 0.95 | 0.15 |
| Hex | 2 | 4C | 19 | 61 | 0 | 43 | 46 | 8B | 5F | F |
| Octal | 2 | 114 | 31 | 141 | 0 | 103 | 106 | 213 | 137 | 17 |
| Binary | 10 | 1001100 | 11001 | 1100001 | 0 | 1000011 | 1000110 | 10001011 | 1011111 | 1111 |
Color Harmonies of #024C19
Complementary color
Monochromatic Colors of #024C19
Black with #024C19
Text Example
Text Example
White with #024C19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024C19; }
p { color: rgb(2,76,25); }
H1.HeaderClassName
{
color: #024C19;
}
.AnyTagClassName
{
color: #024C19;
}
</style>
background-color css
<style>
a { background-color: #024C19; }
a { background-color: rgb(2,76,25); }
div.DivClassName
{
background-color: #024C19;
}
.BgClassName
{
background-color: #024C19;
}
</style>
border-color css
<style>
span { border-color: #024C19; }
span { border-color: rgb(2,76,25); }
td.TdClassName
{
border-color: #024C19;
}
.TagClassName
{
border-color: #024C19;
}
</style>