Shades of Everglade #23412F
Tints of Everglade #23412F
RGB
CMYK
RGB Variations
Color information
#23412F (or 0x23412F) is known color: Everglade. HEX triplet: 23, 41 and 2F. RGB value is (35,65,47). Sum of RGB (Red+Green+Blue) = 35+65+47=147 (19% of max value = 765). Red value is 35 (14.06% from 255 or 23.81% from 147); Green value is 65 (25.78% from 255 or 44.22% from 147); Blue value is 47 (18.75% from 255 or 31.97% from 147); Max value from RGB is 65 - color contains mainly: green. Hex color #23412F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #23412F is #DCBED0. Grayscale: #363636. Windows color (decimal): -14466769 or 3096867. OLE color: 3096867.
HSL color Cylindrical-coordinate representation of color #23412F: hue angle of 144º 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 #23412F is Cyan = 0.46, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 35 | 65 | 47 | - |
| CMYK | 0.46 | 0 | 0.28 | 0.75 |
| HSL | 144º | 0.3% | 0.2% | - |
| HSV(B) | 144º | 0.46% | 0.25% | - |
| XYZ | 3.1 | 4.34 | 3.36 | - |
| YUV | 53.98 | 124.06 | 114.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 65 | 47 | 0.46 | 0 | 0.28 | 0.75 | 144 | 0.3 | 0.2 |
| Hex | 23 | 41 | 2F | 2E | 0 | 1C | 4B | 90 | 1E | 14 |
| Octal | 43 | 101 | 57 | 56 | 0 | 34 | 113 | 220 | 36 | 24 |
| Binary | 100011 | 1000001 | 101111 | 101110 | 0 | 11100 | 1001011 | 10010000 | 11110 | 10100 |
Color Harmonies of #23412F
Complementary color
Monochromatic Colors of #23412F
Black with #23412F
Text Example
Text Example
White with #23412F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23412F; }
p { color: rgb(35,65,47); }
H1.HeaderClassName
{
color: #23412F;
}
.AnyTagClassName
{
color: #23412F;
}
</style>
background-color css
<style>
a { background-color: #23412F; }
a { background-color: rgb(35,65,47); }
div.DivClassName
{
background-color: #23412F;
}
.BgClassName
{
background-color: #23412F;
}
</style>
border-color css
<style>
span { border-color: #23412F; }
span { border-color: rgb(35,65,47); }
td.TdClassName
{
border-color: #23412F;
}
.TagClassName
{
border-color: #23412F;
}
</style>