Shades of Gordons Green #243A2A
Tints of Gordons Green #243A2A
RGB
CMYK
RGB Variations
Color information
#243A2A (or 0x243A2A) is known color: Gordons Green. HEX triplet: 24, 3A and 2A. RGB value is (36,58,42). Sum of RGB (Red+Green+Blue) = 36+58+42=136 (18% of max value = 765). Red value is 36 (14.45% from 255 or 26.47% from 136); Green value is 58 (23.05% from 255 or 42.65% from 136); Blue value is 42 (16.80% from 255 or 30.88% from 136); Max value from RGB is 58 - color contains mainly: green. Hex color #243A2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #243A2A is #DBC5D5. Grayscale: #313131. Windows color (decimal): -14403030 or 2767396. OLE color: 2767396.
HSL color Cylindrical-coordinate representation of color #243A2A: hue angle of 136.36º 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 #243A2A is Cyan = 0.38, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 36 | 58 | 42 | - |
| CMYK | 0.38 | 0 | 0.28 | 0.77 |
| HSL | 136.36º | 0.23% | 0.18% | - |
| HSV(B) | 136.36º | 0.38% | 0.23% | - |
| XYZ | 2.66 | 3.57 | 2.74 | - |
| YUV | 49.6 | 123.71 | 118.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 58 | 42 | 0.38 | 0 | 0.28 | 0.77 | 136.36 | 0.23 | 0.18 |
| Hex | 24 | 3A | 2A | 26 | 0 | 1C | 4D | 88 | 17 | 12 |
| Octal | 44 | 72 | 52 | 46 | 0 | 34 | 115 | 210 | 27 | 22 |
| Binary | 100100 | 111010 | 101010 | 100110 | 0 | 11100 | 1001101 | 10001000 | 10111 | 10010 |
Color Harmonies of #243A2A
Complementary color
Monochromatic Colors of #243A2A
Black with #243A2A
Text Example
Text Example
White with #243A2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #243A2A; }
p { color: rgb(36,58,42); }
H1.HeaderClassName
{
color: #243A2A;
}
.AnyTagClassName
{
color: #243A2A;
}
</style>
background-color css
<style>
a { background-color: #243A2A; }
a { background-color: rgb(36,58,42); }
div.DivClassName
{
background-color: #243A2A;
}
.BgClassName
{
background-color: #243A2A;
}
</style>
border-color css
<style>
span { border-color: #243A2A; }
span { border-color: rgb(36,58,42); }
td.TdClassName
{
border-color: #243A2A;
}
.TagClassName
{
border-color: #243A2A;
}
</style>