Shades of Gordons Green #233828
Tints of Gordons Green #233828
RGB
CMYK
RGB Variations
Color information
#233828 (or 0x233828) is known color: Gordons Green. HEX triplet: 23, 38 and 28. RGB value is (35,56,40). Sum of RGB (Red+Green+Blue) = 35+56+40=131 (17% of max value = 765). Red value is 35 (14.06% from 255 or 26.72% from 131); Green value is 56 (22.27% from 255 or 42.75% from 131); Blue value is 40 (16.02% from 255 or 30.53% from 131); Max value from RGB is 56 - color contains mainly: green. Hex color #233828 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #233828 is #DCC7D7. Grayscale: #2F2F2F. Windows color (decimal): -14469080 or 2635811. OLE color: 2635811.
HSL color Cylindrical-coordinate representation of color #233828: hue angle of 134.29º degrees, saturation: 0.23, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #233828 is Cyan = 0.37, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 35 | 56 | 40 | - |
| CMYK | 0.37 | 0 | 0.29 | 0.78 |
| HSL | 134.29º | 0.23% | 0.18% | - |
| HSV(B) | 134.29º | 0.38% | 0.22% | - |
| XYZ | 2.49 | 3.34 | 2.52 | - |
| YUV | 47.9 | 123.54 | 118.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 56 | 40 | 0.37 | 0 | 0.29 | 0.78 | 134.29 | 0.23 | 0.18 |
| Hex | 23 | 38 | 28 | 25 | 0 | 1D | 4E | 86 | 17 | 12 |
| Octal | 43 | 70 | 50 | 45 | 0 | 35 | 116 | 206 | 27 | 22 |
| Binary | 100011 | 111000 | 101000 | 100101 | 0 | 11101 | 1001110 | 10000110 | 10111 | 10010 |
Color Harmonies of #233828
Complementary color
Monochromatic Colors of #233828
Black with #233828
Text Example
Text Example
White with #233828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233828; }
p { color: rgb(35,56,40); }
H1.HeaderClassName
{
color: #233828;
}
.AnyTagClassName
{
color: #233828;
}
</style>
background-color css
<style>
a { background-color: #233828; }
a { background-color: rgb(35,56,40); }
div.DivClassName
{
background-color: #233828;
}
.BgClassName
{
background-color: #233828;
}
</style>
border-color css
<style>
span { border-color: #233828; }
span { border-color: rgb(35,56,40); }
td.TdClassName
{
border-color: #233828;
}
.TagClassName
{
border-color: #233828;
}
</style>