Shades of Gordons Green #242F24
Tints of Gordons Green #242F24
RGB
CMYK
RGB Variations
Color information
#242F24 (or 0x242F24) is known color: Gordons Green. HEX triplet: 24, 2F and 24. RGB value is (36,47,36). Sum of RGB (Red+Green+Blue) = 36+47+36=119 (15% of max value = 765). Red value is 36 (14.45% from 255 or 30.25% from 119); Green value is 47 (18.75% from 255 or 39.50% from 119); Blue value is 36 (14.45% from 255 or 30.25% from 119); Max value from RGB is 47 - color contains mainly: green. Hex color #242F24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #242F24 is #DBD0DB. Grayscale: #2A2A2A. Windows color (decimal): -14405852 or 2371364. OLE color: 2371364.
HSL color Cylindrical-coordinate representation of color #242F24: hue angle of 120º degrees, saturation: 0.13, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #242F24 is Cyan = 0.23, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 36 | 47 | 36 | - |
| CMYK | 0.23 | 0 | 0.23 | 0.82 |
| HSL | 120º | 0.13% | 0.16% | - |
| HSV(B) | 120º | 0.23% | 0.18% | - |
| XYZ | 2.06 | 2.54 | 2.05 | - |
| YUV | 42.46 | 124.36 | 123.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 47 | 36 | 0.23 | 0 | 0.23 | 0.82 | 120 | 0.13 | 0.16 |
| Hex | 24 | 2F | 24 | 17 | 0 | 17 | 52 | 78 | D | 10 |
| Octal | 44 | 57 | 44 | 27 | 0 | 27 | 122 | 170 | 15 | 20 |
| Binary | 100100 | 101111 | 100100 | 10111 | 0 | 10111 | 1010010 | 1111000 | 1101 | 10000 |
Color Harmonies of #242F24
Complementary color
Monochromatic Colors of #242F24
Black with #242F24
Text Example
Text Example
White with #242F24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242F24; }
p { color: rgb(36,47,36); }
H1.HeaderClassName
{
color: #242F24;
}
.AnyTagClassName
{
color: #242F24;
}
</style>
background-color css
<style>
a { background-color: #242F24; }
a { background-color: rgb(36,47,36); }
div.DivClassName
{
background-color: #242F24;
}
.BgClassName
{
background-color: #242F24;
}
</style>
border-color css
<style>
span { border-color: #242F24; }
span { border-color: rgb(36,47,36); }
td.TdClassName
{
border-color: #242F24;
}
.TagClassName
{
border-color: #242F24;
}
</style>