Shades of British Racing Green #024422
Tints of British Racing Green #024422
RGB
CMYK
RGB Variations
Color information
#024422 (or 0x024422) is known color: British Racing Green. HEX triplet: 02, 44 and 22. RGB value is (2,68,34). Sum of RGB (Red+Green+Blue) = 2+68+34=104 (13% of max value = 765). Red value is 2 (1.17% from 255 or 1.92% from 104); Green value is 68 (26.95% from 255 or 65.38% from 104); Blue value is 34 (13.67% from 255 or 32.69% from 104); Max value from RGB is 68 - color contains mainly: green. Hex color #024422 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #024422 is #FDBBDD. Grayscale: #2C2C2C. Windows color (decimal): -16628702 or 2245634. OLE color: 2245634.
HSL color Cylindrical-coordinate representation of color #024422: hue angle of 149.09º 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 #024422 is Cyan = 0.97, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 2 | 68 | 34 | - |
| CMYK | 0.97 | 0 | 0.50 | 0.73 |
| HSL | 149.09º | 0.94% | 0.14% | - |
| HSV(B) | 149.09º | 0.97% | 0.27% | - |
| XYZ | 2.38 | 4.26 | 2.21 | - |
| YUV | 44.39 | 122.13 | 97.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 68 | 34 | 0.97 | 0 | 0.50 | 0.73 | 149.09 | 0.94 | 0.14 |
| Hex | 2 | 44 | 22 | 61 | 0 | 32 | 49 | 95 | 5E | E |
| Octal | 2 | 104 | 42 | 141 | 0 | 62 | 111 | 225 | 136 | 16 |
| Binary | 10 | 1000100 | 100010 | 1100001 | 0 | 110010 | 1001001 | 10010101 | 1011110 | 1110 |
Color Harmonies of #024422
Complementary color
Monochromatic Colors of #024422
Black with #024422
Text Example
Text Example
White with #024422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024422; }
p { color: rgb(2,68,34); }
H1.HeaderClassName
{
color: #024422;
}
.AnyTagClassName
{
color: #024422;
}
</style>
background-color css
<style>
a { background-color: #024422; }
a { background-color: rgb(2,68,34); }
div.DivClassName
{
background-color: #024422;
}
.BgClassName
{
background-color: #024422;
}
</style>
border-color css
<style>
span { border-color: #024422; }
span { border-color: rgb(2,68,34); }
td.TdClassName
{
border-color: #024422;
}
.TagClassName
{
border-color: #024422;
}
</style>