Shades of Gordons Green #242E24
Tints of Gordons Green #242E24
RGB
CMYK
RGB Variations
Color information
#242E24 (or 0x242E24) is known color: Gordons Green. HEX triplet: 24, 2E and 24. RGB value is (36,46,36). Sum of RGB (Red+Green+Blue) = 36+46+36=118 (15% of max value = 765). Red value is 36 (14.45% from 255 or 30.51% from 118); Green value is 46 (18.36% from 255 or 38.98% from 118); Blue value is 36 (14.45% from 255 or 30.51% from 118); Max value from RGB is 46 - color contains mainly: green. Hex color #242E24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #242E24 is #DBD1DB. Grayscale: #292929. Windows color (decimal): -14406108 or 2371108. OLE color: 2371108.
HSL color Cylindrical-coordinate representation of color #242E24: hue angle of 120º degrees, saturation: 0.12, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #242E24 is Cyan = 0.22, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 36 | 46 | 36 | - |
| CMYK | 0.22 | 0 | 0.22 | 0.82 |
| HSL | 120º | 0.12% | 0.16% | - |
| HSV(B) | 120º | 0.22% | 0.18% | - |
| XYZ | 2.02 | 2.46 | 2.04 | - |
| YUV | 41.87 | 124.69 | 123.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 46 | 36 | 0.22 | 0 | 0.22 | 0.82 | 120 | 0.12 | 0.16 |
| Hex | 24 | 2E | 24 | 16 | 0 | 16 | 52 | 78 | C | 10 |
| Octal | 44 | 56 | 44 | 26 | 0 | 26 | 122 | 170 | 14 | 20 |
| Binary | 100100 | 101110 | 100100 | 10110 | 0 | 10110 | 1010010 | 1111000 | 1100 | 10000 |
Color Harmonies of #242E24
Complementary color
Monochromatic Colors of #242E24
Black with #242E24
Text Example
Text Example
White with #242E24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242E24; }
p { color: rgb(36,46,36); }
H1.HeaderClassName
{
color: #242E24;
}
.AnyTagClassName
{
color: #242E24;
}
</style>
background-color css
<style>
a { background-color: #242E24; }
a { background-color: rgb(36,46,36); }
div.DivClassName
{
background-color: #242E24;
}
.BgClassName
{
background-color: #242E24;
}
</style>
border-color css
<style>
span { border-color: #242E24; }
span { border-color: rgb(36,46,36); }
td.TdClassName
{
border-color: #242E24;
}
.TagClassName
{
border-color: #242E24;
}
</style>