Shades of Gordons Green #233A29
Tints of Gordons Green #233A29
RGB
CMYK
RGB Variations
Color information
#233A29 (or 0x233A29) is known color: Gordons Green. HEX triplet: 23, 3A and 29. RGB value is (35,58,41). Sum of RGB (Red+Green+Blue) = 35+58+41=134 (17% of max value = 765). Red value is 35 (14.06% from 255 or 26.12% from 134); Green value is 58 (23.05% from 255 or 43.28% from 134); Blue value is 41 (16.41% from 255 or 30.60% from 134); Max value from RGB is 58 - color contains mainly: green. Hex color #233A29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #233A29 is #DCC5D6. Grayscale: #313131. Windows color (decimal): -14468567 or 2701859. OLE color: 2701859.
HSL color Cylindrical-coordinate representation of color #233A29: hue angle of 135.65º degrees, saturation: 0.25, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #233A29 is Cyan = 0.40, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 35 | 58 | 41 | - |
| CMYK | 0.40 | 0 | 0.29 | 0.77 |
| HSL | 135.65º | 0.25% | 0.18% | - |
| HSV(B) | 135.65º | 0.4% | 0.23% | - |
| XYZ | 2.61 | 3.54 | 2.64 | - |
| YUV | 49.19 | 123.38 | 117.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 58 | 41 | 0.40 | 0 | 0.29 | 0.77 | 135.65 | 0.25 | 0.18 |
| Hex | 23 | 3A | 29 | 28 | 0 | 1D | 4D | 88 | 19 | 12 |
| Octal | 43 | 72 | 51 | 50 | 0 | 35 | 115 | 210 | 31 | 22 |
| Binary | 100011 | 111010 | 101001 | 101000 | 0 | 11101 | 1001101 | 10001000 | 11001 | 10010 |
Color Harmonies of #233A29
Complementary color
Monochromatic Colors of #233A29
Black with #233A29
Text Example
Text Example
White with #233A29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233A29; }
p { color: rgb(35,58,41); }
H1.HeaderClassName
{
color: #233A29;
}
.AnyTagClassName
{
color: #233A29;
}
</style>
background-color css
<style>
a { background-color: #233A29; }
a { background-color: rgb(35,58,41); }
div.DivClassName
{
background-color: #233A29;
}
.BgClassName
{
background-color: #233A29;
}
</style>
border-color css
<style>
span { border-color: #233A29; }
span { border-color: rgb(35,58,41); }
td.TdClassName
{
border-color: #233A29;
}
.TagClassName
{
border-color: #233A29;
}
</style>