Shades of British Racing Green #024022
Tints of British Racing Green #024022
RGB
CMYK
RGB Variations
Color information
#024022 (or 0x024022) is known color: British Racing Green. HEX triplet: 02, 40 and 22. RGB value is (2,64,34). Sum of RGB (Red+Green+Blue) = 2+64+34=100 (13% of max value = 765). Red value is 2 (1.17% from 255 or 2% from 100); Green value is 64 (25.39% from 255 or 64% from 100); Blue value is 34 (13.67% from 255 or 34% from 100); Max value from RGB is 64 - color contains mainly: green. Hex color #024022 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #024022 is #FDBFDD. Grayscale: #2A2A2A. Windows color (decimal): -16629726 or 2244610. OLE color: 2244610.
HSL color Cylindrical-coordinate representation of color #024022: hue angle of 150.97º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #024022 is Cyan = 0.97, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 2 | 64 | 34 | - |
| CMYK | 0.97 | 0 | 0.47 | 0.75 |
| HSL | 150.97º | 0.94% | 0.13% | - |
| HSV(B) | 150.97º | 0.97% | 0.25% | - |
| XYZ | 2.15 | 3.8 | 2.13 | - |
| YUV | 42.04 | 123.46 | 99.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 64 | 34 | 0.97 | 0 | 0.47 | 0.75 | 150.97 | 0.94 | 0.13 |
| Hex | 2 | 40 | 22 | 61 | 0 | 2F | 4B | 97 | 5E | D |
| Octal | 2 | 100 | 42 | 141 | 0 | 57 | 113 | 227 | 136 | 15 |
| Binary | 10 | 1000000 | 100010 | 1100001 | 0 | 101111 | 1001011 | 10010111 | 1011110 | 1101 |
Color Harmonies of #024022
Complementary color
Monochromatic Colors of #024022
Black with #024022
Text Example
Text Example
White with #024022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024022; }
p { color: rgb(2,64,34); }
H1.HeaderClassName
{
color: #024022;
}
.AnyTagClassName
{
color: #024022;
}
</style>
background-color css
<style>
a { background-color: #024022; }
a { background-color: rgb(2,64,34); }
div.DivClassName
{
background-color: #024022;
}
.BgClassName
{
background-color: #024022;
}
</style>
border-color css
<style>
span { border-color: #024022; }
span { border-color: rgb(2,64,34); }
td.TdClassName
{
border-color: #024022;
}
.TagClassName
{
border-color: #024022;
}
</style>