Shades of Gordons Green #232E24
Tints of Gordons Green #232E24
RGB
CMYK
RGB Variations
Color information
#232E24 (or 0x232E24) is known color: Gordons Green. HEX triplet: 23, 2E and 24. RGB value is (35,46,36). Sum of RGB (Red+Green+Blue) = 35+46+36=117 (15% of max value = 765). Red value is 35 (14.06% from 255 or 29.91% from 117); Green value is 46 (18.36% from 255 or 39.32% from 117); Blue value is 36 (14.45% from 255 or 30.77% from 117); Max value from RGB is 46 - color contains mainly: green. Hex color #232E24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #232E24 is #DCD1DB. Grayscale: #292929. Windows color (decimal): -14471644 or 2371107. OLE color: 2371107.
HSL color Cylindrical-coordinate representation of color #232E24: hue angle of 125.45º degrees, saturation: 0.14, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #232E24 is Cyan = 0.24, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 35 | 46 | 36 | - |
| CMYK | 0.24 | 0 | 0.22 | 0.82 |
| HSL | 125.45º | 0.14% | 0.16% | - |
| HSV(B) | 125.45º | 0.24% | 0.18% | - |
| XYZ | 1.99 | 2.44 | 2.03 | - |
| YUV | 41.57 | 124.86 | 123.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 46 | 36 | 0.24 | 0 | 0.22 | 0.82 | 125.45 | 0.14 | 0.16 |
| Hex | 23 | 2E | 24 | 18 | 0 | 16 | 52 | 7D | E | 10 |
| Octal | 43 | 56 | 44 | 30 | 0 | 26 | 122 | 175 | 16 | 20 |
| Binary | 100011 | 101110 | 100100 | 11000 | 0 | 10110 | 1010010 | 1111101 | 1110 | 10000 |
Color Harmonies of #232E24
Complementary color
Monochromatic Colors of #232E24
Black with #232E24
Text Example
Text Example
White with #232E24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232E24; }
p { color: rgb(35,46,36); }
H1.HeaderClassName
{
color: #232E24;
}
.AnyTagClassName
{
color: #232E24;
}
</style>
background-color css
<style>
a { background-color: #232E24; }
a { background-color: rgb(35,46,36); }
div.DivClassName
{
background-color: #232E24;
}
.BgClassName
{
background-color: #232E24;
}
</style>
border-color css
<style>
span { border-color: #232E24; }
span { border-color: rgb(35,46,36); }
td.TdClassName
{
border-color: #232E24;
}
.TagClassName
{
border-color: #232E24;
}
</style>