Shades of Gordons Green #242D25
Tints of Gordons Green #242D25
RGB
CMYK
RGB Variations
Color information
#242D25 (or 0x242D25) is known color: Gordons Green. HEX triplet: 24, 2D and 25. RGB value is (36,45,37). Sum of RGB (Red+Green+Blue) = 36+45+37=118 (15% of max value = 765). Red value is 36 (14.45% from 255 or 30.51% from 118); Green value is 45 (17.97% from 255 or 38.14% from 118); Blue value is 37 (14.84% from 255 or 31.36% from 118); Max value from RGB is 45 - color contains mainly: green. Hex color #242D25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #242D25 is #DBD2DA. Grayscale: #292929. Windows color (decimal): -14406363 or 2436388. OLE color: 2436388.
HSL color Cylindrical-coordinate representation of color #242D25: hue angle of 126.67º degrees, saturation: 0.11, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #242D25 is Cyan = 0.2, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 36 | 45 | 37 | - |
| CMYK | 0.2 | 0 | 0.18 | 0.82 |
| HSL | 126.67º | 0.11% | 0.16% | - |
| HSV(B) | 126.67º | 0.2% | 0.18% | - |
| XYZ | 2 | 2.39 | 2.11 | - |
| YUV | 41.4 | 125.52 | 124.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 45 | 37 | 0.2 | 0 | 0.18 | 0.82 | 126.67 | 0.11 | 0.16 |
| Hex | 24 | 2D | 25 | 14 | 0 | 12 | 52 | 7F | B | 10 |
| Octal | 44 | 55 | 45 | 24 | 0 | 22 | 122 | 177 | 13 | 20 |
| Binary | 100100 | 101101 | 100101 | 10100 | 0 | 10010 | 1010010 | 1111111 | 1011 | 10000 |
Color Harmonies of #242D25
Complementary color
Monochromatic Colors of #242D25
Black with #242D25
Text Example
Text Example
White with #242D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242D25; }
p { color: rgb(36,45,37); }
H1.HeaderClassName
{
color: #242D25;
}
.AnyTagClassName
{
color: #242D25;
}
</style>
background-color css
<style>
a { background-color: #242D25; }
a { background-color: rgb(36,45,37); }
div.DivClassName
{
background-color: #242D25;
}
.BgClassName
{
background-color: #242D25;
}
</style>
border-color css
<style>
span { border-color: #242D25; }
span { border-color: rgb(36,45,37); }
td.TdClassName
{
border-color: #242D25;
}
.TagClassName
{
border-color: #242D25;
}
</style>