Shades of British Racing Green #024434
Tints of British Racing Green #024434
RGB
CMYK
RGB Variations
Color information
#024434 (or 0x024434) is known color: British Racing Green. HEX triplet: 02, 44 and 34. RGB value is (2,68,52). Sum of RGB (Red+Green+Blue) = 2+68+52=122 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.64% from 122); Green value is 68 (26.95% from 255 or 55.74% from 122); Blue value is 52 (20.70% from 255 or 42.62% from 122); Max value from RGB is 68 - color contains mainly: green. Hex color #024434 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #024434 is #FDBBCB. Grayscale: #2E2E2E. Windows color (decimal): -16628684 or 3425282. OLE color: 3425282.
HSL color Cylindrical-coordinate representation of color #024434: hue angle of 165.45º 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 #024434 is Cyan = 0.97, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 2 | 68 | 52 | - |
| CMYK | 0.97 | 0 | 0.24 | 0.73 |
| HSL | 165.45º | 0.94% | 0.14% | - |
| HSV(B) | 165.45º | 0.97% | 0.27% | - |
| XYZ | 2.71 | 4.4 | 3.95 | - |
| YUV | 46.44 | 131.13 | 96.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 68 | 52 | 0.97 | 0 | 0.24 | 0.73 | 165.45 | 0.94 | 0.14 |
| Hex | 2 | 44 | 34 | 61 | 0 | 18 | 49 | A5 | 5E | E |
| Octal | 2 | 104 | 64 | 141 | 0 | 30 | 111 | 245 | 136 | 16 |
| Binary | 10 | 1000100 | 110100 | 1100001 | 0 | 11000 | 1001001 | 10100101 | 1011110 | 1110 |
Color Harmonies of #024434
Complementary color
Monochromatic Colors of #024434
Black with #024434
Text Example
Text Example
White with #024434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024434; }
p { color: rgb(2,68,52); }
H1.HeaderClassName
{
color: #024434;
}
.AnyTagClassName
{
color: #024434;
}
</style>
background-color css
<style>
a { background-color: #024434; }
a { background-color: rgb(2,68,52); }
div.DivClassName
{
background-color: #024434;
}
.BgClassName
{
background-color: #024434;
}
</style>
border-color css
<style>
span { border-color: #024434; }
span { border-color: rgb(2,68,52); }
td.TdClassName
{
border-color: #024434;
}
.TagClassName
{
border-color: #024434;
}
</style>