Shades of British Racing Green #024B1D
Tints of British Racing Green #024B1D
RGB
CMYK
RGB Variations
Color information
#024B1D (or 0x024B1D) is known color: British Racing Green. HEX triplet: 02, 4B and 1D. RGB value is (2,75,29). Sum of RGB (Red+Green+Blue) = 2+75+29=106 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.89% from 106); Green value is 75 (29.69% from 255 or 70.75% from 106); Blue value is 29 (11.72% from 255 or 27.36% from 106); Max value from RGB is 75 - color contains mainly: green. Hex color #024B1D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #024B1D is #FDB4E2. Grayscale: #303030. Windows color (decimal): -16626915 or 1919746. OLE color: 1919746.
HSL color Cylindrical-coordinate representation of color #024B1D: hue angle of 142.19º 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 #024B1D is Cyan = 0.97, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 2 | 75 | 29 | - |
| CMYK | 0.97 | 0 | 0.61 | 0.71 |
| HSL | 142.19º | 0.95% | 0.15% | - |
| HSV(B) | 142.19º | 0.97% | 0.29% | - |
| XYZ | 2.76 | 5.13 | 2.01 | - |
| YUV | 47.93 | 117.32 | 95.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 75 | 29 | 0.97 | 0 | 0.61 | 0.71 | 142.19 | 0.95 | 0.15 |
| Hex | 2 | 4B | 1D | 61 | 0 | 3D | 47 | 8E | 5F | F |
| Octal | 2 | 113 | 35 | 141 | 0 | 75 | 107 | 216 | 137 | 17 |
| Binary | 10 | 1001011 | 11101 | 1100001 | 0 | 111101 | 1000111 | 10001110 | 1011111 | 1111 |
Color Harmonies of #024B1D
Complementary color
Monochromatic Colors of #024B1D
Black with #024B1D
Text Example
Text Example
White with #024B1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024B1D; }
p { color: rgb(2,75,29); }
H1.HeaderClassName
{
color: #024B1D;
}
.AnyTagClassName
{
color: #024B1D;
}
</style>
background-color css
<style>
a { background-color: #024B1D; }
a { background-color: rgb(2,75,29); }
div.DivClassName
{
background-color: #024B1D;
}
.BgClassName
{
background-color: #024B1D;
}
</style>
border-color css
<style>
span { border-color: #024B1D; }
span { border-color: rgb(2,75,29); }
td.TdClassName
{
border-color: #024B1D;
}
.TagClassName
{
border-color: #024B1D;
}
</style>