Shades of Gordons Green #243A27
Tints of Gordons Green #243A27
RGB
CMYK
RGB Variations
Color information
#243A27 (or 0x243A27) is known color: Gordons Green. HEX triplet: 24, 3A and 27. RGB value is (36,58,39). Sum of RGB (Red+Green+Blue) = 36+58+39=133 (17% of max value = 765). Red value is 36 (14.45% from 255 or 27.07% from 133); Green value is 58 (23.05% from 255 or 43.61% from 133); Blue value is 39 (15.62% from 255 or 29.32% from 133); Max value from RGB is 58 - color contains mainly: green. Hex color #243A27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #243A27 is #DBC5D8. Grayscale: #313131. Windows color (decimal): -14403033 or 2570788. OLE color: 2570788.
HSL color Cylindrical-coordinate representation of color #243A27: hue angle of 128.18º degrees, saturation: 0.23, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #243A27 is Cyan = 0.38, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 36 | 58 | 39 | - |
| CMYK | 0.38 | 0 | 0.33 | 0.77 |
| HSL | 128.18º | 0.23% | 0.18% | - |
| HSV(B) | 128.18º | 0.38% | 0.23% | - |
| XYZ | 2.61 | 3.55 | 2.47 | - |
| YUV | 49.26 | 122.21 | 118.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 58 | 39 | 0.38 | 0 | 0.33 | 0.77 | 128.18 | 0.23 | 0.18 |
| Hex | 24 | 3A | 27 | 26 | 0 | 21 | 4D | 80 | 17 | 12 |
| Octal | 44 | 72 | 47 | 46 | 0 | 41 | 115 | 200 | 27 | 22 |
| Binary | 100100 | 111010 | 100111 | 100110 | 0 | 100001 | 1001101 | 10000000 | 10111 | 10010 |
Color Harmonies of #243A27
Complementary color
Monochromatic Colors of #243A27
Black with #243A27
Text Example
Text Example
White with #243A27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #243A27; }
p { color: rgb(36,58,39); }
H1.HeaderClassName
{
color: #243A27;
}
.AnyTagClassName
{
color: #243A27;
}
</style>
background-color css
<style>
a { background-color: #243A27; }
a { background-color: rgb(36,58,39); }
div.DivClassName
{
background-color: #243A27;
}
.BgClassName
{
background-color: #243A27;
}
</style>
border-color css
<style>
span { border-color: #243A27; }
span { border-color: rgb(36,58,39); }
td.TdClassName
{
border-color: #243A27;
}
.TagClassName
{
border-color: #243A27;
}
</style>