Shades of Gordons Green #233326
Tints of Gordons Green #233326
RGB
CMYK
RGB Variations
Color information
#233326 (or 0x233326) is known color: Gordons Green. HEX triplet: 23, 33 and 26. RGB value is (35,51,38). Sum of RGB (Red+Green+Blue) = 35+51+38=124 (16% of max value = 765). Red value is 35 (14.06% from 255 or 28.23% from 124); Green value is 51 (20.31% from 255 or 41.13% from 124); Blue value is 38 (15.23% from 255 or 30.65% from 124); Max value from RGB is 51 - color contains mainly: green. Hex color #233326 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #233326 is #DCCCD9. Grayscale: #2C2C2C. Windows color (decimal): -14470362 or 2503459. OLE color: 2503459.
HSL color Cylindrical-coordinate representation of color #233326: hue angle of 131.25º degrees, saturation: 0.19, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #233326 is Cyan = 0.31, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 35 | 51 | 38 | - |
| CMYK | 0.31 | 0 | 0.25 | 0.8 |
| HSL | 131.25º | 0.19% | 0.17% | - |
| HSV(B) | 131.25º | 0.31% | 0.2% | - |
| XYZ | 2.23 | 2.86 | 2.27 | - |
| YUV | 44.73 | 124.2 | 121.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 51 | 38 | 0.31 | 0 | 0.25 | 0.8 | 131.25 | 0.19 | 0.17 |
| Hex | 23 | 33 | 26 | 1F | 0 | 19 | 50 | 83 | 13 | 11 |
| Octal | 43 | 63 | 46 | 37 | 0 | 31 | 120 | 203 | 23 | 21 |
| Binary | 100011 | 110011 | 100110 | 11111 | 0 | 11001 | 1010000 | 10000011 | 10011 | 10001 |
Color Harmonies of #233326
Complementary color
Monochromatic Colors of #233326
Black with #233326
Text Example
Text Example
White with #233326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233326; }
p { color: rgb(35,51,38); }
H1.HeaderClassName
{
color: #233326;
}
.AnyTagClassName
{
color: #233326;
}
</style>
background-color css
<style>
a { background-color: #233326; }
a { background-color: rgb(35,51,38); }
div.DivClassName
{
background-color: #233326;
}
.BgClassName
{
background-color: #233326;
}
</style>
border-color css
<style>
span { border-color: #233326; }
span { border-color: rgb(35,51,38); }
td.TdClassName
{
border-color: #233326;
}
.TagClassName
{
border-color: #233326;
}
</style>