Shades of Palm Green #233B30
Tints of Palm Green #233B30
RGB
CMYK
RGB Variations
Color information
#233B30 (or 0x233B30) is known color: Palm Green. HEX triplet: 23, 3B and 30. RGB value is (35,59,48). Sum of RGB (Red+Green+Blue) = 35+59+48=142 (18% of max value = 765). Red value is 35 (14.06% from 255 or 24.65% from 142); Green value is 59 (23.44% from 255 or 41.55% from 142); Blue value is 48 (19.14% from 255 or 33.80% from 142); Max value from RGB is 59 - color contains mainly: green. Hex color #233B30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #233B30 is #DCC4CF. Grayscale: #323232. Windows color (decimal): -14468304 or 3160867. OLE color: 3160867.
HSL color Cylindrical-coordinate representation of color #233B30: hue angle of 152.5º 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 #233B30 is Cyan = 0.41, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 35 | 59 | 48 | - |
| CMYK | 0.41 | 0 | 0.19 | 0.77 |
| HSL | 152.5º | 0.26% | 0.18% | - |
| HSV(B) | 152.5º | 0.41% | 0.23% | - |
| XYZ | 2.79 | 3.7 | 3.36 | - |
| YUV | 50.57 | 126.55 | 116.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 59 | 48 | 0.41 | 0 | 0.19 | 0.77 | 152.5 | 0.26 | 0.18 |
| Hex | 23 | 3B | 30 | 29 | 0 | 13 | 4D | 98 | 1A | 12 |
| Octal | 43 | 73 | 60 | 51 | 0 | 23 | 115 | 230 | 32 | 22 |
| Binary | 100011 | 111011 | 110000 | 101001 | 0 | 10011 | 1001101 | 10011000 | 11010 | 10010 |
Color Harmonies of #233B30
Complementary color
Monochromatic Colors of #233B30
Black with #233B30
Text Example
Text Example
White with #233B30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233B30; }
p { color: rgb(35,59,48); }
H1.HeaderClassName
{
color: #233B30;
}
.AnyTagClassName
{
color: #233B30;
}
</style>
background-color css
<style>
a { background-color: #233B30; }
a { background-color: rgb(35,59,48); }
div.DivClassName
{
background-color: #233B30;
}
.BgClassName
{
background-color: #233B30;
}
</style>
border-color css
<style>
span { border-color: #233B30; }
span { border-color: rgb(35,59,48); }
td.TdClassName
{
border-color: #233B30;
}
.TagClassName
{
border-color: #233B30;
}
</style>