Shades of Gordons Green #243528
Tints of Gordons Green #243528
RGB
CMYK
RGB Variations
Color information
#243528 (or 0x243528) is known color: Gordons Green. HEX triplet: 24, 35 and 28. RGB value is (36,53,40). Sum of RGB (Red+Green+Blue) = 36+53+40=129 (17% of max value = 765). Red value is 36 (14.45% from 255 or 27.91% from 129); Green value is 53 (21.09% from 255 or 41.09% from 129); Blue value is 40 (16.02% from 255 or 31.01% from 129); Max value from RGB is 53 - color contains mainly: green. Hex color #243528 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #243528 is #DBCAD7. Grayscale: #2E2E2E. Windows color (decimal): -14404312 or 2635044. OLE color: 2635044.
HSL color Cylindrical-coordinate representation of color #243528: hue angle of 134.12º degrees, saturation: 0.19, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #243528 is Cyan = 0.32, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 36 | 53 | 40 | - |
| CMYK | 0.32 | 0 | 0.25 | 0.79 |
| HSL | 134.12º | 0.19% | 0.17% | - |
| HSV(B) | 134.12º | 0.32% | 0.21% | - |
| XYZ | 2.38 | 3.07 | 2.48 | - |
| YUV | 46.44 | 124.37 | 120.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 53 | 40 | 0.32 | 0 | 0.25 | 0.79 | 134.12 | 0.19 | 0.17 |
| Hex | 24 | 35 | 28 | 20 | 0 | 19 | 4F | 86 | 13 | 11 |
| Octal | 44 | 65 | 50 | 40 | 0 | 31 | 117 | 206 | 23 | 21 |
| Binary | 100100 | 110101 | 101000 | 100000 | 0 | 11001 | 1001111 | 10000110 | 10011 | 10001 |
Color Harmonies of #243528
Complementary color
Monochromatic Colors of #243528
Black with #243528
Text Example
Text Example
White with #243528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #243528; }
p { color: rgb(36,53,40); }
H1.HeaderClassName
{
color: #243528;
}
.AnyTagClassName
{
color: #243528;
}
</style>
background-color css
<style>
a { background-color: #243528; }
a { background-color: rgb(36,53,40); }
div.DivClassName
{
background-color: #243528;
}
.BgClassName
{
background-color: #243528;
}
</style>
border-color css
<style>
span { border-color: #243528; }
span { border-color: rgb(36,53,40); }
td.TdClassName
{
border-color: #243528;
}
.TagClassName
{
border-color: #243528;
}
</style>