Shades of Gordons Green #243E2A
Tints of Gordons Green #243E2A
RGB
CMYK
RGB Variations
Color information
#243E2A (or 0x243E2A) is known color: Gordons Green. HEX triplet: 24, 3E and 2A. RGB value is (36,62,42). Sum of RGB (Red+Green+Blue) = 36+62+42=140 (18% of max value = 765). Red value is 36 (14.45% from 255 or 25.71% from 140); Green value is 62 (24.61% from 255 or 44.29% from 140); Blue value is 42 (16.80% from 255 or 30% from 140); Max value from RGB is 62 - color contains mainly: green. Hex color #243E2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #243E2A is #DBC1D5. Grayscale: #333333. Windows color (decimal): -14402006 or 2768420. OLE color: 2768420.
HSL color Cylindrical-coordinate representation of color #243E2A: hue angle of 133.85º degrees, saturation: 0.27, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #243E2A is Cyan = 0.42, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 36 | 62 | 42 | - |
| CMYK | 0.42 | 0 | 0.32 | 0.76 |
| HSL | 133.85º | 0.27% | 0.19% | - |
| HSV(B) | 133.85º | 0.42% | 0.24% | - |
| XYZ | 2.87 | 3.99 | 2.81 | - |
| YUV | 51.95 | 122.39 | 116.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 62 | 42 | 0.42 | 0 | 0.32 | 0.76 | 133.85 | 0.27 | 0.19 |
| Hex | 24 | 3E | 2A | 2A | 0 | 20 | 4C | 86 | 1B | 13 |
| Octal | 44 | 76 | 52 | 52 | 0 | 40 | 114 | 206 | 33 | 23 |
| Binary | 100100 | 111110 | 101010 | 101010 | 0 | 100000 | 1001100 | 10000110 | 11011 | 10011 |
Color Harmonies of #243E2A
Complementary color
Monochromatic Colors of #243E2A
Black with #243E2A
Text Example
Text Example
White with #243E2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #243E2A; }
p { color: rgb(36,62,42); }
H1.HeaderClassName
{
color: #243E2A;
}
.AnyTagClassName
{
color: #243E2A;
}
</style>
background-color css
<style>
a { background-color: #243E2A; }
a { background-color: rgb(36,62,42); }
div.DivClassName
{
background-color: #243E2A;
}
.BgClassName
{
background-color: #243E2A;
}
</style>
border-color css
<style>
span { border-color: #243E2A; }
span { border-color: rgb(36,62,42); }
td.TdClassName
{
border-color: #243E2A;
}
.TagClassName
{
border-color: #243E2A;
}
</style>