Shades of British Racing Green #024E22
Tints of British Racing Green #024E22
RGB
CMYK
RGB Variations
Color information
#024E22 (or 0x024E22) is known color: British Racing Green. HEX triplet: 02, 4E and 22. RGB value is (2,78,34). Sum of RGB (Red+Green+Blue) = 2+78+34=114 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.75% from 114); Green value is 78 (30.86% from 255 or 68.42% from 114); Blue value is 34 (13.67% from 255 or 29.82% from 114); Max value from RGB is 78 - color contains mainly: green. Hex color #024E22 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #024E22 is #FDB1DD. Grayscale: #323232. Windows color (decimal): -16626142 or 2248194. OLE color: 2248194.
HSL color Cylindrical-coordinate representation of color #024E22: hue angle of 145.26º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #024E22 is Cyan = 0.97, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 2 | 78 | 34 | - |
| CMYK | 0.97 | 0 | 0.56 | 0.69 |
| HSL | 145.26º | 0.95% | 0.16% | - |
| HSV(B) | 145.26º | 0.97% | 0.31% | - |
| XYZ | 3.04 | 5.58 | 2.43 | - |
| YUV | 50.26 | 118.82 | 93.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 78 | 34 | 0.97 | 0 | 0.56 | 0.69 | 145.26 | 0.95 | 0.16 |
| Hex | 2 | 4E | 22 | 61 | 0 | 38 | 45 | 91 | 5F | 10 |
| Octal | 2 | 116 | 42 | 141 | 0 | 70 | 105 | 221 | 137 | 20 |
| Binary | 10 | 1001110 | 100010 | 1100001 | 0 | 111000 | 1000101 | 10010001 | 1011111 | 10000 |
Color Harmonies of #024E22
Complementary color
Monochromatic Colors of #024E22
Black with #024E22
Text Example
Text Example
White with #024E22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024E22; }
p { color: rgb(2,78,34); }
H1.HeaderClassName
{
color: #024E22;
}
.AnyTagClassName
{
color: #024E22;
}
</style>
background-color css
<style>
a { background-color: #024E22; }
a { background-color: rgb(2,78,34); }
div.DivClassName
{
background-color: #024E22;
}
.BgClassName
{
background-color: #024E22;
}
</style>
border-color css
<style>
span { border-color: #024E22; }
span { border-color: rgb(2,78,34); }
td.TdClassName
{
border-color: #024E22;
}
.TagClassName
{
border-color: #024E22;
}
</style>