Shades of Gordons Green #233E26
Tints of Gordons Green #233E26
RGB
CMYK
RGB Variations
Color information
#233E26 (or 0x233E26) is known color: Gordons Green. HEX triplet: 23, 3E and 26. RGB value is (35,62,38). Sum of RGB (Red+Green+Blue) = 35+62+38=135 (17% of max value = 765). Red value is 35 (14.06% from 255 or 25.93% from 135); Green value is 62 (24.61% from 255 or 45.93% from 135); Blue value is 38 (15.23% from 255 or 28.15% from 135); Max value from RGB is 62 - color contains mainly: green. Hex color #233E26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #233E26 is #DCC1D9. Grayscale: #333333. Windows color (decimal): -14467546 or 2506275. OLE color: 2506275.
HSL color Cylindrical-coordinate representation of color #233E26: hue angle of 126.67º degrees, saturation: 0.28, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #233E26 is Cyan = 0.44, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 35 | 62 | 38 | - |
| CMYK | 0.44 | 0 | 0.39 | 0.76 |
| HSL | 126.67º | 0.28% | 0.19% | - |
| HSV(B) | 126.67º | 0.44% | 0.24% | - |
| XYZ | 2.77 | 3.94 | 2.45 | - |
| YUV | 51.19 | 120.55 | 116.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 62 | 38 | 0.44 | 0 | 0.39 | 0.76 | 126.67 | 0.28 | 0.19 |
| Hex | 23 | 3E | 26 | 2C | 0 | 27 | 4C | 7F | 1C | 13 |
| Octal | 43 | 76 | 46 | 54 | 0 | 47 | 114 | 177 | 34 | 23 |
| Binary | 100011 | 111110 | 100110 | 101100 | 0 | 100111 | 1001100 | 1111111 | 11100 | 10011 |
Color Harmonies of #233E26
Complementary color
Monochromatic Colors of #233E26
Black with #233E26
Text Example
Text Example
White with #233E26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233E26; }
p { color: rgb(35,62,38); }
H1.HeaderClassName
{
color: #233E26;
}
.AnyTagClassName
{
color: #233E26;
}
</style>
background-color css
<style>
a { background-color: #233E26; }
a { background-color: rgb(35,62,38); }
div.DivClassName
{
background-color: #233E26;
}
.BgClassName
{
background-color: #233E26;
}
</style>
border-color css
<style>
span { border-color: #233E26; }
span { border-color: rgb(35,62,38); }
td.TdClassName
{
border-color: #233E26;
}
.TagClassName
{
border-color: #233E26;
}
</style>