Shades of Gordons Green #242C24
Tints of Gordons Green #242C24
RGB
CMYK
RGB Variations
Color information
#242C24 (or 0x242C24) is known color: Gordons Green. HEX triplet: 24, 2C and 24. RGB value is (36,44,36). Sum of RGB (Red+Green+Blue) = 36+44+36=116 (15% of max value = 765). Red value is 36 (14.45% from 255 or 31.03% from 116); Green value is 44 (17.58% from 255 or 37.93% from 116); Blue value is 36 (14.45% from 255 or 31.03% from 116); Max value from RGB is 44 - color contains mainly: green. Hex color #242C24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #242C24 is #DBD3DB. Grayscale: #282828. Windows color (decimal): -14406620 or 2370596. OLE color: 2370596.
HSL color Cylindrical-coordinate representation of color #242C24: hue angle of 120º degrees, saturation: 0.1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #242C24 is Cyan = 0.18, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 36 | 44 | 36 | - |
| CMYK | 0.18 | 0 | 0.18 | 0.83 |
| HSL | 120º | 0.1% | 0.16% | - |
| HSV(B) | 120º | 0.18% | 0.17% | - |
| XYZ | 1.95 | 2.3 | 2.01 | - |
| YUV | 40.7 | 125.35 | 124.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 44 | 36 | 0.18 | 0 | 0.18 | 0.83 | 120 | 0.1 | 0.16 |
| Hex | 24 | 2C | 24 | 12 | 0 | 12 | 53 | 78 | A | 10 |
| Octal | 44 | 54 | 44 | 22 | 0 | 22 | 123 | 170 | 12 | 20 |
| Binary | 100100 | 101100 | 100100 | 10010 | 0 | 10010 | 1010011 | 1111000 | 1010 | 10000 |
Color Harmonies of #242C24
Complementary color
Monochromatic Colors of #242C24
Black with #242C24
Text Example
Text Example
White with #242C24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242C24; }
p { color: rgb(36,44,36); }
H1.HeaderClassName
{
color: #242C24;
}
.AnyTagClassName
{
color: #242C24;
}
</style>
background-color css
<style>
a { background-color: #242C24; }
a { background-color: rgb(36,44,36); }
div.DivClassName
{
background-color: #242C24;
}
.BgClassName
{
background-color: #242C24;
}
</style>
border-color css
<style>
span { border-color: #242C24; }
span { border-color: rgb(36,44,36); }
td.TdClassName
{
border-color: #242C24;
}
.TagClassName
{
border-color: #242C24;
}
</style>