Shades of Gordons Green #232523
Tints of Gordons Green #232523
RGB
CMYK
RGB Variations
Color information
#232523 (or 0x232523) is known color: Gordons Green. HEX triplet: 23, 25 and 23. RGB value is (35,37,35). Sum of RGB (Red+Green+Blue) = 35+37+35=107 (14% of max value = 765). Red value is 35 (14.06% from 255 or 32.71% from 107); Green value is 37 (14.84% from 255 or 34.58% from 107); Blue value is 35 (14.06% from 255 or 32.71% from 107); Max value from RGB is 37 - color contains mainly: green. Hex color #232523 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #232523 is #DCDADC. Grayscale: #242424. Windows color (decimal): -14473949 or 2303267. OLE color: 2303267.
HSL color Cylindrical-coordinate representation of color #232523: hue angle of 120º degrees, saturation: 0.03, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #232523 is Cyan = 0.05, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.85.
Color convert
RGB | 35 | 37 | 35 | - |
CMYK | 0.05 | 0 | 0.05 | 0.85 |
HSL | 120º | 0.03% | 0.14% | - |
HSV(B) | 120º | 0.05% | 0.15% | - |
XYZ | 1.66 | 1.8 | 1.85 | - |
YUV | 36.17 | 127.34 | 127.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 35 | 37 | 35 | 0.05 | 0 | 0.05 | 0.85 | 120 | 0.03 | 0.14 |
Hex | 23 | 25 | 23 | 5 | 0 | 5 | 55 | 78 | 3 | E |
Octal | 43 | 45 | 43 | 5 | 0 | 5 | 125 | 170 | 3 | 16 |
Binary | 100011 | 100101 | 100011 | 101 | 0 | 101 | 1010101 | 1111000 | 11 | 1110 |
Color Harmonies of #232523
Complementary color
Monochromatic Colors of #232523
Black with #232523
Text Example
Text Example
White with #232523
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232523; }
p { color: rgb(35,37,35); }
H1.HeaderClassName
{
color: #232523;
}
.AnyTagClassName
{
color: #232523;
}
</style>
background-color css
<style>
a { background-color: #232523; }
a { background-color: rgb(35,37,35); }
div.DivClassName
{
background-color: #232523;
}
.BgClassName
{
background-color: #232523;
}
</style>
border-color css
<style>
span { border-color: #232523; }
span { border-color: rgb(35,37,35); }
td.TdClassName
{
border-color: #232523;
}
.TagClassName
{
border-color: #232523;
}
</style>