Shades of Gordons Green #243D28
Tints of Gordons Green #243D28
RGB
CMYK
RGB Variations
Color information
#243D28 (or 0x243D28) is known color: Gordons Green. HEX triplet: 24, 3D and 28. RGB value is (36,61,40). Sum of RGB (Red+Green+Blue) = 36+61+40=137 (18% of max value = 765). Red value is 36 (14.45% from 255 or 26.28% from 137); Green value is 61 (24.22% from 255 or 44.53% from 137); Blue value is 40 (16.02% from 255 or 29.20% from 137); Max value from RGB is 61 - color contains mainly: green. Hex color #243D28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #243D28 is #DBC2D7. Grayscale: #333333. Windows color (decimal): -14402264 or 2637092. OLE color: 2637092.
HSL color Cylindrical-coordinate representation of color #243D28: hue angle of 129.6º degrees, saturation: 0.26, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #243D28 is Cyan = 0.41, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 36 | 61 | 40 | - |
| CMYK | 0.41 | 0 | 0.34 | 0.76 |
| HSL | 129.6º | 0.26% | 0.19% | - |
| HSV(B) | 129.6º | 0.41% | 0.24% | - |
| XYZ | 2.78 | 3.87 | 2.61 | - |
| YUV | 51.13 | 121.72 | 117.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 61 | 40 | 0.41 | 0 | 0.34 | 0.76 | 129.6 | 0.26 | 0.19 |
| Hex | 24 | 3D | 28 | 29 | 0 | 22 | 4C | 82 | 1A | 13 |
| Octal | 44 | 75 | 50 | 51 | 0 | 42 | 114 | 202 | 32 | 23 |
| Binary | 100100 | 111101 | 101000 | 101001 | 0 | 100010 | 1001100 | 10000010 | 11010 | 10011 |
Color Harmonies of #243D28
Complementary color
Monochromatic Colors of #243D28
Black with #243D28
Text Example
Text Example
White with #243D28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #243D28; }
p { color: rgb(36,61,40); }
H1.HeaderClassName
{
color: #243D28;
}
.AnyTagClassName
{
color: #243D28;
}
</style>
background-color css
<style>
a { background-color: #243D28; }
a { background-color: rgb(36,61,40); }
div.DivClassName
{
background-color: #243D28;
}
.BgClassName
{
background-color: #243D28;
}
</style>
border-color css
<style>
span { border-color: #243D28; }
span { border-color: rgb(36,61,40); }
td.TdClassName
{
border-color: #243D28;
}
.TagClassName
{
border-color: #243D28;
}
</style>