Shades of Palm Green #233C2D
Tints of Palm Green #233C2D
RGB
CMYK
RGB Variations
Color information
#233C2D (or 0x233C2D) is known color: Palm Green. HEX triplet: 23, 3C and 2D. RGB value is (35,60,45). Sum of RGB (Red+Green+Blue) = 35+60+45=140 (18% of max value = 765). Red value is 35 (14.06% from 255 or 25% from 140); Green value is 60 (23.83% from 255 or 42.86% from 140); Blue value is 45 (17.97% from 255 or 32.14% from 140); Max value from RGB is 60 - color contains mainly: green. Hex color #233C2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #233C2D is #DCC3D2. Grayscale: #323232. Windows color (decimal): -14468051 or 2964515. OLE color: 2964515.
HSL color Cylindrical-coordinate representation of color #233C2D: hue angle of 144º degrees, saturation: 0.26, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #233C2D is Cyan = 0.42, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 35 | 60 | 45 | - |
| CMYK | 0.42 | 0 | 0.25 | 0.76 |
| HSL | 144º | 0.26% | 0.19% | - |
| HSV(B) | 144º | 0.42% | 0.24% | - |
| XYZ | 2.78 | 3.78 | 3.07 | - |
| YUV | 50.82 | 124.72 | 116.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 60 | 45 | 0.42 | 0 | 0.25 | 0.76 | 144 | 0.26 | 0.19 |
| Hex | 23 | 3C | 2D | 2A | 0 | 19 | 4C | 90 | 1A | 13 |
| Octal | 43 | 74 | 55 | 52 | 0 | 31 | 114 | 220 | 32 | 23 |
| Binary | 100011 | 111100 | 101101 | 101010 | 0 | 11001 | 1001100 | 10010000 | 11010 | 10011 |
Color Harmonies of #233C2D
Complementary color
Monochromatic Colors of #233C2D
Black with #233C2D
Text Example
Text Example
White with #233C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233C2D; }
p { color: rgb(35,60,45); }
H1.HeaderClassName
{
color: #233C2D;
}
.AnyTagClassName
{
color: #233C2D;
}
</style>
background-color css
<style>
a { background-color: #233C2D; }
a { background-color: rgb(35,60,45); }
div.DivClassName
{
background-color: #233C2D;
}
.BgClassName
{
background-color: #233C2D;
}
</style>
border-color css
<style>
span { border-color: #233C2D; }
span { border-color: rgb(35,60,45); }
td.TdClassName
{
border-color: #233C2D;
}
.TagClassName
{
border-color: #233C2D;
}
</style>