Shades of Gordons Green #232C23
Tints of Gordons Green #232C23
RGB
CMYK
RGB Variations
Color information
#232C23 (or 0x232C23) is known color: Gordons Green. HEX triplet: 23, 2C and 23. RGB value is (35,44,35). Sum of RGB (Red+Green+Blue) = 35+44+35=114 (15% of max value = 765). Red value is 35 (14.06% from 255 or 30.70% from 114); Green value is 44 (17.58% from 255 or 38.60% from 114); Blue value is 35 (14.06% from 255 or 30.70% from 114); Max value from RGB is 44 - color contains mainly: green. Hex color #232C23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #232C23 is #DCD3DC. Grayscale: #282828. Windows color (decimal): -14472157 or 2305059. OLE color: 2305059.
HSL color Cylindrical-coordinate representation of color #232C23: hue angle of 120º degrees, saturation: 0.11, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #232C23 is Cyan = 0.20, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 35 | 44 | 35 | - |
| CMYK | 0.20 | 0 | 0.20 | 0.83 |
| HSL | 120º | 0.11% | 0.15% | - |
| HSV(B) | 120º | 0.2% | 0.17% | - |
| XYZ | 1.9 | 2.28 | 1.93 | - |
| YUV | 40.28 | 125.02 | 124.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 44 | 35 | 0.20 | 0 | 0.20 | 0.83 | 120 | 0.11 | 0.15 |
| Hex | 23 | 2C | 23 | 14 | 0 | 14 | 53 | 78 | B | F |
| Octal | 43 | 54 | 43 | 24 | 0 | 24 | 123 | 170 | 13 | 17 |
| Binary | 100011 | 101100 | 100011 | 10100 | 0 | 10100 | 1010011 | 1111000 | 1011 | 1111 |
Color Harmonies of #232C23
Complementary color
Monochromatic Colors of #232C23
Black with #232C23
Text Example
Text Example
White with #232C23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232C23; }
p { color: rgb(35,44,35); }
H1.HeaderClassName
{
color: #232C23;
}
.AnyTagClassName
{
color: #232C23;
}
</style>
background-color css
<style>
a { background-color: #232C23; }
a { background-color: rgb(35,44,35); }
div.DivClassName
{
background-color: #232C23;
}
.BgClassName
{
background-color: #232C23;
}
</style>
border-color css
<style>
span { border-color: #232C23; }
span { border-color: rgb(35,44,35); }
td.TdClassName
{
border-color: #232C23;
}
.TagClassName
{
border-color: #232C23;
}
</style>