Shades of Gordons Green #243D27
Tints of Gordons Green #243D27
RGB
CMYK
RGB Variations
Color information
#243D27 (or 0x243D27) is known color: Gordons Green. HEX triplet: 24, 3D and 27. RGB value is (36,61,39). Sum of RGB (Red+Green+Blue) = 36+61+39=136 (18% of max value = 765). Red value is 36 (14.45% from 255 or 26.47% from 136); Green value is 61 (24.22% from 255 or 44.85% from 136); Blue value is 39 (15.62% from 255 or 28.68% from 136); Max value from RGB is 61 - color contains mainly: green. Hex color #243D27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #243D27 is #DBC2D8. Grayscale: #333333. Windows color (decimal): -14402265 or 2571556. OLE color: 2571556.
HSL color Cylindrical-coordinate representation of color #243D27: hue angle of 127.2º 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 #243D27 is Cyan = 0.41, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 36 | 61 | 39 | - |
| CMYK | 0.41 | 0 | 0.36 | 0.76 |
| HSL | 127.2º | 0.26% | 0.19% | - |
| HSV(B) | 127.2º | 0.41% | 0.24% | - |
| XYZ | 2.76 | 3.86 | 2.52 | - |
| YUV | 51.02 | 121.22 | 117.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 61 | 39 | 0.41 | 0 | 0.36 | 0.76 | 127.2 | 0.26 | 0.19 |
| Hex | 24 | 3D | 27 | 29 | 0 | 24 | 4C | 7F | 1A | 13 |
| Octal | 44 | 75 | 47 | 51 | 0 | 44 | 114 | 177 | 32 | 23 |
| Binary | 100100 | 111101 | 100111 | 101001 | 0 | 100100 | 1001100 | 1111111 | 11010 | 10011 |
Color Harmonies of #243D27
Complementary color
Monochromatic Colors of #243D27
Black with #243D27
Text Example
Text Example
White with #243D27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #243D27; }
p { color: rgb(36,61,39); }
H1.HeaderClassName
{
color: #243D27;
}
.AnyTagClassName
{
color: #243D27;
}
</style>
background-color css
<style>
a { background-color: #243D27; }
a { background-color: rgb(36,61,39); }
div.DivClassName
{
background-color: #243D27;
}
.BgClassName
{
background-color: #243D27;
}
</style>
border-color css
<style>
span { border-color: #243D27; }
span { border-color: rgb(36,61,39); }
td.TdClassName
{
border-color: #243D27;
}
.TagClassName
{
border-color: #243D27;
}
</style>