Shades of Gordons Green #243D26
Tints of Gordons Green #243D26
RGB
CMYK
RGB Variations
Color information
#243D26 (or 0x243D26) is known color: Gordons Green. HEX triplet: 24, 3D and 26. RGB value is (36,61,38). Sum of RGB (Red+Green+Blue) = 36+61+38=135 (17% of max value = 765). Red value is 36 (14.45% from 255 or 26.67% from 135); Green value is 61 (24.22% from 255 or 45.19% from 135); Blue value is 38 (15.23% from 255 or 28.15% from 135); Max value from RGB is 61 - color contains mainly: green. Hex color #243D26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #243D26 is #DBC2D9. Grayscale: #323232. Windows color (decimal): -14402266 or 2506020. OLE color: 2506020.
HSL color Cylindrical-coordinate representation of color #243D26: hue angle of 124.8º 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 #243D26 is Cyan = 0.41, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 36 | 61 | 38 | - |
| CMYK | 0.41 | 0 | 0.38 | 0.76 |
| HSL | 124.8º | 0.26% | 0.19% | - |
| HSV(B) | 124.8º | 0.41% | 0.24% | - |
| XYZ | 2.75 | 3.85 | 2.43 | - |
| YUV | 50.9 | 120.72 | 117.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 61 | 38 | 0.41 | 0 | 0.38 | 0.76 | 124.8 | 0.26 | 0.19 |
| Hex | 24 | 3D | 26 | 29 | 0 | 26 | 4C | 7D | 1A | 13 |
| Octal | 44 | 75 | 46 | 51 | 0 | 46 | 114 | 175 | 32 | 23 |
| Binary | 100100 | 111101 | 100110 | 101001 | 0 | 100110 | 1001100 | 1111101 | 11010 | 10011 |
Color Harmonies of #243D26
Complementary color
Monochromatic Colors of #243D26
Black with #243D26
Text Example
Text Example
White with #243D26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #243D26; }
p { color: rgb(36,61,38); }
H1.HeaderClassName
{
color: #243D26;
}
.AnyTagClassName
{
color: #243D26;
}
</style>
background-color css
<style>
a { background-color: #243D26; }
a { background-color: rgb(36,61,38); }
div.DivClassName
{
background-color: #243D26;
}
.BgClassName
{
background-color: #243D26;
}
</style>
border-color css
<style>
span { border-color: #243D26; }
span { border-color: rgb(36,61,38); }
td.TdClassName
{
border-color: #243D26;
}
.TagClassName
{
border-color: #243D26;
}
</style>