Shades of Gordons Green #242E25
Tints of Gordons Green #242E25
RGB
CMYK
RGB Variations
Color information
#242E25 (or 0x242E25) is known color: Gordons Green. HEX triplet: 24, 2E and 25. RGB value is (36,46,37). Sum of RGB (Red+Green+Blue) = 36+46+37=119 (15% of max value = 765). Red value is 36 (14.45% from 255 or 30.25% from 119); Green value is 46 (18.36% from 255 or 38.66% from 119); Blue value is 37 (14.84% from 255 or 31.09% from 119); Max value from RGB is 46 - color contains mainly: green. Hex color #242E25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #242E25 is #DBD1DA. Grayscale: #2A2A2A. Windows color (decimal): -14406107 or 2436644. OLE color: 2436644.
HSL color Cylindrical-coordinate representation of color #242E25: hue angle of 126º 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 #242E25 is Cyan = 0.22, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 36 | 46 | 37 | - |
| CMYK | 0.22 | 0 | 0.20 | 0.82 |
| HSL | 126º | 0.12% | 0.16% | - |
| HSV(B) | 126º | 0.22% | 0.18% | - |
| XYZ | 2.04 | 2.46 | 2.12 | - |
| YUV | 41.98 | 125.19 | 123.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 46 | 37 | 0.22 | 0 | 0.20 | 0.82 | 126 | 0.12 | 0.16 |
| Hex | 24 | 2E | 25 | 16 | 0 | 14 | 52 | 7E | C | 10 |
| Octal | 44 | 56 | 45 | 26 | 0 | 24 | 122 | 176 | 14 | 20 |
| Binary | 100100 | 101110 | 100101 | 10110 | 0 | 10100 | 1010010 | 1111110 | 1100 | 10000 |
Color Harmonies of #242E25
Complementary color
Monochromatic Colors of #242E25
Black with #242E25
Text Example
Text Example
White with #242E25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242E25; }
p { color: rgb(36,46,37); }
H1.HeaderClassName
{
color: #242E25;
}
.AnyTagClassName
{
color: #242E25;
}
</style>
background-color css
<style>
a { background-color: #242E25; }
a { background-color: rgb(36,46,37); }
div.DivClassName
{
background-color: #242E25;
}
.BgClassName
{
background-color: #242E25;
}
</style>
border-color css
<style>
span { border-color: #242E25; }
span { border-color: rgb(36,46,37); }
td.TdClassName
{
border-color: #242E25;
}
.TagClassName
{
border-color: #242E25;
}
</style>