Shades of Everglade #23412E
Tints of Everglade #23412E
RGB
CMYK
RGB Variations
Color information
#23412E (or 0x23412E) is known color: Everglade. HEX triplet: 23, 41 and 2E. RGB value is (35,65,46). Sum of RGB (Red+Green+Blue) = 35+65+46=146 (19% of max value = 765). Red value is 35 (14.06% from 255 or 23.97% from 146); Green value is 65 (25.78% from 255 or 44.52% from 146); Blue value is 46 (18.36% from 255 or 31.51% from 146); Max value from RGB is 65 - color contains mainly: green. Hex color #23412E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #23412E is #DCBED1. Grayscale: #353535. Windows color (decimal): -14466770 or 3031331. OLE color: 3031331.
HSL color Cylindrical-coordinate representation of color #23412E: hue angle of 142º degrees, saturation: 0.3, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #23412E is Cyan = 0.46, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 35 | 65 | 46 | - |
| CMYK | 0.46 | 0 | 0.29 | 0.75 |
| HSL | 142º | 0.3% | 0.2% | - |
| HSV(B) | 142º | 0.46% | 0.25% | - |
| XYZ | 3.08 | 4.34 | 3.26 | - |
| YUV | 53.86 | 123.56 | 114.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 65 | 46 | 0.46 | 0 | 0.29 | 0.75 | 142 | 0.3 | 0.2 |
| Hex | 23 | 41 | 2E | 2E | 0 | 1D | 4B | 8E | 1E | 14 |
| Octal | 43 | 101 | 56 | 56 | 0 | 35 | 113 | 216 | 36 | 24 |
| Binary | 100011 | 1000001 | 101110 | 101110 | 0 | 11101 | 1001011 | 10001110 | 11110 | 10100 |
Color Harmonies of #23412E
Complementary color
Monochromatic Colors of #23412E
Black with #23412E
Text Example
Text Example
White with #23412E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23412E; }
p { color: rgb(35,65,46); }
H1.HeaderClassName
{
color: #23412E;
}
.AnyTagClassName
{
color: #23412E;
}
</style>
background-color css
<style>
a { background-color: #23412E; }
a { background-color: rgb(35,65,46); }
div.DivClassName
{
background-color: #23412E;
}
.BgClassName
{
background-color: #23412E;
}
</style>
border-color css
<style>
span { border-color: #23412E; }
span { border-color: rgb(35,65,46); }
td.TdClassName
{
border-color: #23412E;
}
.TagClassName
{
border-color: #23412E;
}
</style>