Shades of British Racing Green #024322
Tints of British Racing Green #024322
RGB
CMYK
RGB Variations
Color information
#024322 (or 0x024322) is known color: British Racing Green. HEX triplet: 02, 43 and 22. RGB value is (2,67,34). Sum of RGB (Red+Green+Blue) = 2+67+34=103 (13% of max value = 765). Red value is 2 (1.17% from 255 or 1.94% from 103); Green value is 67 (26.56% from 255 or 65.05% from 103); Blue value is 34 (13.67% from 255 or 33.01% from 103); Max value from RGB is 67 - color contains mainly: green. Hex color #024322 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #024322 is #FDBCDD. Grayscale: #2B2B2B. Windows color (decimal): -16628958 or 2245378. OLE color: 2245378.
HSL color Cylindrical-coordinate representation of color #024322: hue angle of 149.54º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #024322 is Cyan = 0.97, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 2 | 67 | 34 | - |
| CMYK | 0.97 | 0 | 0.49 | 0.74 |
| HSL | 149.54º | 0.94% | 0.14% | - |
| HSV(B) | 149.54º | 0.97% | 0.26% | - |
| XYZ | 2.32 | 4.14 | 2.19 | - |
| YUV | 43.8 | 122.47 | 98.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 67 | 34 | 0.97 | 0 | 0.49 | 0.74 | 149.54 | 0.94 | 0.14 |
| Hex | 2 | 43 | 22 | 61 | 0 | 31 | 4A | 96 | 5E | E |
| Octal | 2 | 103 | 42 | 141 | 0 | 61 | 112 | 226 | 136 | 16 |
| Binary | 10 | 1000011 | 100010 | 1100001 | 0 | 110001 | 1001010 | 10010110 | 1011110 | 1110 |
Color Harmonies of #024322
Complementary color
Monochromatic Colors of #024322
Black with #024322
Text Example
Text Example
White with #024322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024322; }
p { color: rgb(2,67,34); }
H1.HeaderClassName
{
color: #024322;
}
.AnyTagClassName
{
color: #024322;
}
</style>
background-color css
<style>
a { background-color: #024322; }
a { background-color: rgb(2,67,34); }
div.DivClassName
{
background-color: #024322;
}
.BgClassName
{
background-color: #024322;
}
</style>
border-color css
<style>
span { border-color: #024322; }
span { border-color: rgb(2,67,34); }
td.TdClassName
{
border-color: #024322;
}
.TagClassName
{
border-color: #024322;
}
</style>