Shades of British Racing Green #024E26
Tints of British Racing Green #024E26
RGB
CMYK
RGB Variations
Color information
#024E26 (or 0x024E26) is known color: British Racing Green. HEX triplet: 02, 4E and 26. RGB value is (2,78,38). Sum of RGB (Red+Green+Blue) = 2+78+38=118 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.69% from 118); Green value is 78 (30.86% from 255 or 66.10% from 118); Blue value is 38 (15.23% from 255 or 32.20% from 118); Max value from RGB is 78 - color contains mainly: green. Hex color #024E26 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #024E26 is #FDB1D9. Grayscale: #323232. Windows color (decimal): -16626138 or 2510338. OLE color: 2510338.
HSL color Cylindrical-coordinate representation of color #024E26: hue angle of 148.42º 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 #024E26 is Cyan = 0.97, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 2 | 78 | 38 | - |
| CMYK | 0.97 | 0 | 0.51 | 0.69 |
| HSL | 148.42º | 0.95% | 0.16% | - |
| HSV(B) | 148.42º | 0.97% | 0.31% | - |
| XYZ | 3.1 | 5.6 | 2.75 | - |
| YUV | 50.72 | 120.82 | 93.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 78 | 38 | 0.97 | 0 | 0.51 | 0.69 | 148.42 | 0.95 | 0.16 |
| Hex | 2 | 4E | 26 | 61 | 0 | 33 | 45 | 94 | 5F | 10 |
| Octal | 2 | 116 | 46 | 141 | 0 | 63 | 105 | 224 | 137 | 20 |
| Binary | 10 | 1001110 | 100110 | 1100001 | 0 | 110011 | 1000101 | 10010100 | 1011111 | 10000 |
Color Harmonies of #024E26
Complementary color
Monochromatic Colors of #024E26
Black with #024E26
Text Example
Text Example
White with #024E26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024E26; }
p { color: rgb(2,78,38); }
H1.HeaderClassName
{
color: #024E26;
}
.AnyTagClassName
{
color: #024E26;
}
</style>
background-color css
<style>
a { background-color: #024E26; }
a { background-color: rgb(2,78,38); }
div.DivClassName
{
background-color: #024E26;
}
.BgClassName
{
background-color: #024E26;
}
</style>
border-color css
<style>
span { border-color: #024E26; }
span { border-color: rgb(2,78,38); }
td.TdClassName
{
border-color: #024E26;
}
.TagClassName
{
border-color: #024E26;
}
</style>