Shades of Gordons Green #232E23
Tints of Gordons Green #232E23
RGB
CMYK
RGB Variations
Color information
#232E23 (or 0x232E23) is known color: Gordons Green. HEX triplet: 23, 2E and 23. RGB value is (35,46,35). Sum of RGB (Red+Green+Blue) = 35+46+35=116 (15% of max value = 765). Red value is 35 (14.06% from 255 or 30.17% from 116); Green value is 46 (18.36% from 255 or 39.66% from 116); Blue value is 35 (14.06% from 255 or 30.17% from 116); Max value from RGB is 46 - color contains mainly: green. Hex color #232E23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #232E23 is #DCD1DC. Grayscale: #292929. Windows color (decimal): -14471645 or 2305571. OLE color: 2305571.
HSL color Cylindrical-coordinate representation of color #232E23: hue angle of 120º 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 #232E23 is Cyan = 0.24, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 35 | 46 | 35 | - |
| CMYK | 0.24 | 0 | 0.24 | 0.82 |
| HSL | 120º | 0.14% | 0.16% | - |
| HSV(B) | 120º | 0.24% | 0.18% | - |
| XYZ | 1.97 | 2.43 | 1.96 | - |
| YUV | 41.46 | 124.36 | 123.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 46 | 35 | 0.24 | 0 | 0.24 | 0.82 | 120 | 0.14 | 0.16 |
| Hex | 23 | 2E | 23 | 18 | 0 | 18 | 52 | 78 | E | 10 |
| Octal | 43 | 56 | 43 | 30 | 0 | 30 | 122 | 170 | 16 | 20 |
| Binary | 100011 | 101110 | 100011 | 11000 | 0 | 11000 | 1010010 | 1111000 | 1110 | 10000 |
Color Harmonies of #232E23
Complementary color
Monochromatic Colors of #232E23
Black with #232E23
Text Example
Text Example
White with #232E23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232E23; }
p { color: rgb(35,46,35); }
H1.HeaderClassName
{
color: #232E23;
}
.AnyTagClassName
{
color: #232E23;
}
</style>
background-color css
<style>
a { background-color: #232E23; }
a { background-color: rgb(35,46,35); }
div.DivClassName
{
background-color: #232E23;
}
.BgClassName
{
background-color: #232E23;
}
</style>
border-color css
<style>
span { border-color: #232E23; }
span { border-color: rgb(35,46,35); }
td.TdClassName
{
border-color: #232E23;
}
.TagClassName
{
border-color: #232E23;
}
</style>