Shades of Gordons Green #243C27
Tints of Gordons Green #243C27
RGB
CMYK
RGB Variations
Color information
#243C27 (or 0x243C27) is known color: Gordons Green. HEX triplet: 24, 3C and 27. RGB value is (36,60,39). Sum of RGB (Red+Green+Blue) = 36+60+39=135 (17% of max value = 765). Red value is 36 (14.45% from 255 or 26.67% from 135); Green value is 60 (23.83% from 255 or 44.44% from 135); Blue value is 39 (15.62% from 255 or 28.89% from 135); Max value from RGB is 60 - color contains mainly: green. Hex color #243C27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #243C27 is #DBC3D8. Grayscale: #323232. Windows color (decimal): -14402521 or 2571300. OLE color: 2571300.
HSL color Cylindrical-coordinate representation of color #243C27: hue angle of 127.5º degrees, saturation: 0.25, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #243C27 is Cyan = 0.40, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 36 | 60 | 39 | - |
| CMYK | 0.40 | 0 | 0.35 | 0.76 |
| HSL | 127.5º | 0.25% | 0.19% | - |
| HSV(B) | 127.5º | 0.4% | 0.24% | - |
| XYZ | 2.71 | 3.75 | 2.5 | - |
| YUV | 50.43 | 121.55 | 117.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 60 | 39 | 0.40 | 0 | 0.35 | 0.76 | 127.5 | 0.25 | 0.19 |
| Hex | 24 | 3C | 27 | 28 | 0 | 23 | 4C | 80 | 19 | 13 |
| Octal | 44 | 74 | 47 | 50 | 0 | 43 | 114 | 200 | 31 | 23 |
| Binary | 100100 | 111100 | 100111 | 101000 | 0 | 100011 | 1001100 | 10000000 | 11001 | 10011 |
Color Harmonies of #243C27
Complementary color
Monochromatic Colors of #243C27
Black with #243C27
Text Example
Text Example
White with #243C27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #243C27; }
p { color: rgb(36,60,39); }
H1.HeaderClassName
{
color: #243C27;
}
.AnyTagClassName
{
color: #243C27;
}
</style>
background-color css
<style>
a { background-color: #243C27; }
a { background-color: rgb(36,60,39); }
div.DivClassName
{
background-color: #243C27;
}
.BgClassName
{
background-color: #243C27;
}
</style>
border-color css
<style>
span { border-color: #243C27; }
span { border-color: rgb(36,60,39); }
td.TdClassName
{
border-color: #243C27;
}
.TagClassName
{
border-color: #243C27;
}
</style>