Shades of Gordons Green #243A28
Tints of Gordons Green #243A28
RGB
CMYK
RGB Variations
Color information
#243A28 (or 0x243A28) is known color: Gordons Green. HEX triplet: 24, 3A and 28. RGB value is (36,58,40). Sum of RGB (Red+Green+Blue) = 36+58+40=134 (17% of max value = 765). Red value is 36 (14.45% from 255 or 26.87% from 134); Green value is 58 (23.05% from 255 or 43.28% from 134); Blue value is 40 (16.02% from 255 or 29.85% from 134); Max value from RGB is 58 - color contains mainly: green. Hex color #243A28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #243A28 is #DBC5D7. Grayscale: #313131. Windows color (decimal): -14403032 or 2636324. OLE color: 2636324.
HSL color Cylindrical-coordinate representation of color #243A28: hue angle of 130.91º 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 #243A28 is Cyan = 0.38, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 36 | 58 | 40 | - |
| CMYK | 0.38 | 0 | 0.31 | 0.77 |
| HSL | 130.91º | 0.23% | 0.18% | - |
| HSV(B) | 130.91º | 0.38% | 0.23% | - |
| XYZ | 2.62 | 3.55 | 2.56 | - |
| YUV | 49.37 | 122.71 | 118.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 58 | 40 | 0.38 | 0 | 0.31 | 0.77 | 130.91 | 0.23 | 0.18 |
| Hex | 24 | 3A | 28 | 26 | 0 | 1F | 4D | 83 | 17 | 12 |
| Octal | 44 | 72 | 50 | 46 | 0 | 37 | 115 | 203 | 27 | 22 |
| Binary | 100100 | 111010 | 101000 | 100110 | 0 | 11111 | 1001101 | 10000011 | 10111 | 10010 |
Color Harmonies of #243A28
Complementary color
Monochromatic Colors of #243A28
Black with #243A28
Text Example
Text Example
White with #243A28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #243A28; }
p { color: rgb(36,58,40); }
H1.HeaderClassName
{
color: #243A28;
}
.AnyTagClassName
{
color: #243A28;
}
</style>
background-color css
<style>
a { background-color: #243A28; }
a { background-color: rgb(36,58,40); }
div.DivClassName
{
background-color: #243A28;
}
.BgClassName
{
background-color: #243A28;
}
</style>
border-color css
<style>
span { border-color: #243A28; }
span { border-color: rgb(36,58,40); }
td.TdClassName
{
border-color: #243A28;
}
.TagClassName
{
border-color: #243A28;
}
</style>