Shades of Palm Green #233B2D
Tints of Palm Green #233B2D
RGB
CMYK
RGB Variations
Color information
#233B2D (or 0x233B2D) is known color: Palm Green. HEX triplet: 23, 3B and 2D. RGB value is (35,59,45). Sum of RGB (Red+Green+Blue) = 35+59+45=139 (18% of max value = 765). Red value is 35 (14.06% from 255 or 25.18% from 139); Green value is 59 (23.44% from 255 or 42.45% from 139); Blue value is 45 (17.97% from 255 or 32.37% from 139); Max value from RGB is 59 - color contains mainly: green. Hex color #233B2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #233B2D is #DCC4D2. Grayscale: #323232. Windows color (decimal): -14468307 or 2964259. OLE color: 2964259.
HSL color Cylindrical-coordinate representation of color #233B2D: hue angle of 145º 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 #233B2D is Cyan = 0.41, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 35 | 59 | 45 | - |
| CMYK | 0.41 | 0 | 0.24 | 0.77 |
| HSL | 145º | 0.26% | 0.18% | - |
| HSV(B) | 145º | 0.41% | 0.23% | - |
| XYZ | 2.73 | 3.67 | 3.05 | - |
| YUV | 50.23 | 125.05 | 117.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 59 | 45 | 0.41 | 0 | 0.24 | 0.77 | 145 | 0.26 | 0.18 |
| Hex | 23 | 3B | 2D | 29 | 0 | 18 | 4D | 91 | 1A | 12 |
| Octal | 43 | 73 | 55 | 51 | 0 | 30 | 115 | 221 | 32 | 22 |
| Binary | 100011 | 111011 | 101101 | 101001 | 0 | 11000 | 1001101 | 10010001 | 11010 | 10010 |
Color Harmonies of #233B2D
Complementary color
Monochromatic Colors of #233B2D
Black with #233B2D
Text Example
Text Example
White with #233B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233B2D; }
p { color: rgb(35,59,45); }
H1.HeaderClassName
{
color: #233B2D;
}
.AnyTagClassName
{
color: #233B2D;
}
</style>
background-color css
<style>
a { background-color: #233B2D; }
a { background-color: rgb(35,59,45); }
div.DivClassName
{
background-color: #233B2D;
}
.BgClassName
{
background-color: #233B2D;
}
</style>
border-color css
<style>
span { border-color: #233B2D; }
span { border-color: rgb(35,59,45); }
td.TdClassName
{
border-color: #233B2D;
}
.TagClassName
{
border-color: #233B2D;
}
</style>