Shades of Gordons Green #232723
Tints of Gordons Green #232723
RGB
CMYK
RGB Variations
Color information
#232723 (or 0x232723) is known color: Gordons Green. HEX triplet: 23, 27 and 23. RGB value is (35,39,35). Sum of RGB (Red+Green+Blue) = 35+39+35=109 (14% of max value = 765). Red value is 35 (14.06% from 255 or 32.11% from 109); Green value is 39 (15.62% from 255 or 35.78% from 109); Blue value is 35 (14.06% from 255 or 32.11% from 109); Max value from RGB is 39 - color contains mainly: green. Hex color #232723 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #232723 is #DCD8DC. Grayscale: #252525. Windows color (decimal): -14473437 or 2303779. OLE color: 2303779.
HSL color Cylindrical-coordinate representation of color #232723: hue angle of 120º degrees, saturation: 0.05, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #232723 is Cyan = 0.10, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 35 | 39 | 35 | - |
| CMYK | 0.10 | 0 | 0.10 | 0.85 |
| HSL | 120º | 0.05% | 0.15% | - |
| HSV(B) | 120º | 0.1% | 0.15% | - |
| XYZ | 1.72 | 1.93 | 1.87 | - |
| YUV | 37.35 | 126.67 | 126.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 39 | 35 | 0.10 | 0 | 0.10 | 0.85 | 120 | 0.05 | 0.15 |
| Hex | 23 | 27 | 23 | A | 0 | A | 55 | 78 | 5 | F |
| Octal | 43 | 47 | 43 | 12 | 0 | 12 | 125 | 170 | 5 | 17 |
| Binary | 100011 | 100111 | 100011 | 1010 | 0 | 1010 | 1010101 | 1111000 | 101 | 1111 |
Color Harmonies of #232723
Complementary color
Monochromatic Colors of #232723
Black with #232723
Text Example
Text Example
White with #232723
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232723; }
p { color: rgb(35,39,35); }
H1.HeaderClassName
{
color: #232723;
}
.AnyTagClassName
{
color: #232723;
}
</style>
background-color css
<style>
a { background-color: #232723; }
a { background-color: rgb(35,39,35); }
div.DivClassName
{
background-color: #232723;
}
.BgClassName
{
background-color: #232723;
}
</style>
border-color css
<style>
span { border-color: #232723; }
span { border-color: rgb(35,39,35); }
td.TdClassName
{
border-color: #232723;
}
.TagClassName
{
border-color: #232723;
}
</style>