Shades of British Racing Green #024414
Tints of British Racing Green #024414
RGB
CMYK
RGB Variations
Color information
#024414 (or 0x024414) is known color: British Racing Green. HEX triplet: 02, 44 and 14. RGB value is (2,68,20). Sum of RGB (Red+Green+Blue) = 2+68+20=90 (11% of max value = 765). Red value is 2 (1.17% from 255 or 2.22% from 90); Green value is 68 (26.95% from 255 or 75.56% from 90); Blue value is 20 (8.20% from 255 or 22.22% from 90); Max value from RGB is 68 - color contains mainly: green. Hex color #024414 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #024414 is #FDBBEB. Grayscale: #2A2A2A. Windows color (decimal): -16628716 or 1328130. OLE color: 1328130.
HSL color Cylindrical-coordinate representation of color #024414: hue angle of 136.36º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #024414 is Cyan = 0.97, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 2 | 68 | 20 | - |
| CMYK | 0.97 | 0 | 0.71 | 0.73 |
| HSL | 136.36º | 0.94% | 0.14% | - |
| HSV(B) | 136.36º | 0.97% | 0.27% | - |
| XYZ | 2.22 | 4.2 | 1.36 | - |
| YUV | 42.79 | 115.13 | 98.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 68 | 20 | 0.97 | 0 | 0.71 | 0.73 | 136.36 | 0.94 | 0.14 |
| Hex | 2 | 44 | 14 | 61 | 0 | 47 | 49 | 88 | 5E | E |
| Octal | 2 | 104 | 24 | 141 | 0 | 107 | 111 | 210 | 136 | 16 |
| Binary | 10 | 1000100 | 10100 | 1100001 | 0 | 1000111 | 1001001 | 10001000 | 1011110 | 1110 |
Color Harmonies of #024414
Complementary color
Monochromatic Colors of #024414
Black with #024414
Text Example
Text Example
White with #024414
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024414; }
p { color: rgb(2,68,20); }
H1.HeaderClassName
{
color: #024414;
}
.AnyTagClassName
{
color: #024414;
}
</style>
background-color css
<style>
a { background-color: #024414; }
a { background-color: rgb(2,68,20); }
div.DivClassName
{
background-color: #024414;
}
.BgClassName
{
background-color: #024414;
}
</style>
border-color css
<style>
span { border-color: #024414; }
span { border-color: rgb(2,68,20); }
td.TdClassName
{
border-color: #024414;
}
.TagClassName
{
border-color: #024414;
}
</style>