Shades of Gordons Green #233B25
Tints of Gordons Green #233B25
RGB
CMYK
RGB Variations
Color information
#233B25 (or 0x233B25) is known color: Gordons Green. HEX triplet: 23, 3B and 25. RGB value is (35,59,37). Sum of RGB (Red+Green+Blue) = 35+59+37=131 (17% of max value = 765). Red value is 35 (14.06% from 255 or 26.72% from 131); Green value is 59 (23.44% from 255 or 45.04% from 131); Blue value is 37 (14.84% from 255 or 28.24% from 131); Max value from RGB is 59 - color contains mainly: green. Hex color #233B25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #233B25 is #DCC4DA. Grayscale: #313131. Windows color (decimal): -14468315 or 2439971. OLE color: 2439971.
HSL color Cylindrical-coordinate representation of color #233B25: hue angle of 125º degrees, saturation: 0.26, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #233B25 is Cyan = 0.41, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 35 | 59 | 37 | - |
| CMYK | 0.41 | 0 | 0.37 | 0.77 |
| HSL | 125º | 0.26% | 0.18% | - |
| HSV(B) | 125º | 0.41% | 0.23% | - |
| XYZ | 2.59 | 3.62 | 2.31 | - |
| YUV | 49.32 | 121.05 | 117.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 59 | 37 | 0.41 | 0 | 0.37 | 0.77 | 125 | 0.26 | 0.18 |
| Hex | 23 | 3B | 25 | 29 | 0 | 25 | 4D | 7D | 1A | 12 |
| Octal | 43 | 73 | 45 | 51 | 0 | 45 | 115 | 175 | 32 | 22 |
| Binary | 100011 | 111011 | 100101 | 101001 | 0 | 100101 | 1001101 | 1111101 | 11010 | 10010 |
Color Harmonies of #233B25
Complementary color
Monochromatic Colors of #233B25
Black with #233B25
Text Example
Text Example
White with #233B25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233B25; }
p { color: rgb(35,59,37); }
H1.HeaderClassName
{
color: #233B25;
}
.AnyTagClassName
{
color: #233B25;
}
</style>
background-color css
<style>
a { background-color: #233B25; }
a { background-color: rgb(35,59,37); }
div.DivClassName
{
background-color: #233B25;
}
.BgClassName
{
background-color: #233B25;
}
</style>
border-color css
<style>
span { border-color: #233B25; }
span { border-color: rgb(35,59,37); }
td.TdClassName
{
border-color: #233B25;
}
.TagClassName
{
border-color: #233B25;
}
</style>