Shades of Gordons Green #233E27
Tints of Gordons Green #233E27
RGB
CMYK
RGB Variations
Color information
#233E27 (or 0x233E27) is known color: Gordons Green. HEX triplet: 23, 3E and 27. RGB value is (35,62,39). Sum of RGB (Red+Green+Blue) = 35+62+39=136 (18% of max value = 765). Red value is 35 (14.06% from 255 or 25.74% from 136); Green value is 62 (24.61% from 255 or 45.59% from 136); Blue value is 39 (15.62% from 255 or 28.68% from 136); Max value from RGB is 62 - color contains mainly: green. Hex color #233E27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #233E27 is #DCC1D8. Grayscale: #333333. Windows color (decimal): -14467545 or 2571811. OLE color: 2571811.
HSL color Cylindrical-coordinate representation of color #233E27: hue angle of 128.89º 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 #233E27 is Cyan = 0.44, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 35 | 62 | 39 | - |
| CMYK | 0.44 | 0 | 0.37 | 0.76 |
| HSL | 128.89º | 0.28% | 0.19% | - |
| HSV(B) | 128.89º | 0.44% | 0.24% | - |
| XYZ | 2.78 | 3.95 | 2.54 | - |
| YUV | 51.31 | 121.05 | 116.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 62 | 39 | 0.44 | 0 | 0.37 | 0.76 | 128.89 | 0.28 | 0.19 |
| Hex | 23 | 3E | 27 | 2C | 0 | 25 | 4C | 81 | 1C | 13 |
| Octal | 43 | 76 | 47 | 54 | 0 | 45 | 114 | 201 | 34 | 23 |
| Binary | 100011 | 111110 | 100111 | 101100 | 0 | 100101 | 1001100 | 10000001 | 11100 | 10011 |
Color Harmonies of #233E27
Complementary color
Monochromatic Colors of #233E27
Black with #233E27
Text Example
Text Example
White with #233E27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233E27; }
p { color: rgb(35,62,39); }
H1.HeaderClassName
{
color: #233E27;
}
.AnyTagClassName
{
color: #233E27;
}
</style>
background-color css
<style>
a { background-color: #233E27; }
a { background-color: rgb(35,62,39); }
div.DivClassName
{
background-color: #233E27;
}
.BgClassName
{
background-color: #233E27;
}
</style>
border-color css
<style>
span { border-color: #233E27; }
span { border-color: rgb(35,62,39); }
td.TdClassName
{
border-color: #233E27;
}
.TagClassName
{
border-color: #233E27;
}
</style>