Shades of Gordons Green #242924
Tints of Gordons Green #242924
RGB
CMYK
RGB Variations
Color information
#242924 (or 0x242924) is known color: Gordons Green. HEX triplet: 24, 29 and 24. RGB value is (36,41,36). Sum of RGB (Red+Green+Blue) = 36+41+36=113 (14% of max value = 765). Red value is 36 (14.45% from 255 or 31.86% from 113); Green value is 41 (16.41% from 255 or 36.28% from 113); Blue value is 36 (14.45% from 255 or 31.86% from 113); Max value from RGB is 41 - color contains mainly: green. Hex color #242924 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #242924 is #DBD6DB. Grayscale: #262626. Windows color (decimal): -14407388 or 2369828. OLE color: 2369828.
HSL color Cylindrical-coordinate representation of color #242924: hue angle of 120º degrees, saturation: 0.06, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #242924 is Cyan = 0.12, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 36 | 41 | 36 | - |
| CMYK | 0.12 | 0 | 0.12 | 0.84 |
| HSL | 120º | 0.06% | 0.15% | - |
| HSV(B) | 120º | 0.12% | 0.16% | - |
| XYZ | 1.84 | 2.09 | 1.98 | - |
| YUV | 38.94 | 126.34 | 125.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 41 | 36 | 0.12 | 0 | 0.12 | 0.84 | 120 | 0.06 | 0.15 |
| Hex | 24 | 29 | 24 | C | 0 | C | 54 | 78 | 6 | F |
| Octal | 44 | 51 | 44 | 14 | 0 | 14 | 124 | 170 | 6 | 17 |
| Binary | 100100 | 101001 | 100100 | 1100 | 0 | 1100 | 1010100 | 1111000 | 110 | 1111 |
Color Harmonies of #242924
Complementary color
Monochromatic Colors of #242924
Black with #242924
Text Example
Text Example
White with #242924
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242924; }
p { color: rgb(36,41,36); }
H1.HeaderClassName
{
color: #242924;
}
.AnyTagClassName
{
color: #242924;
}
</style>
background-color css
<style>
a { background-color: #242924; }
a { background-color: rgb(36,41,36); }
div.DivClassName
{
background-color: #242924;
}
.BgClassName
{
background-color: #242924;
}
</style>
border-color css
<style>
span { border-color: #242924; }
span { border-color: rgb(36,41,36); }
td.TdClassName
{
border-color: #242924;
}
.TagClassName
{
border-color: #242924;
}
</style>