Shades of Eden #2A6B5F
Tints of Eden #2A6B5F
RGB
CMYK
RGB Variations
Color information
#2A6B5F (or 0x2A6B5F) is known color: Eden. HEX triplet: 2A, 6B and 5F. RGB value is (42,107,95). Sum of RGB (Red+Green+Blue) = 42+107+95=244 (32% of max value = 765). Red value is 42 (16.80% from 255 or 17.21% from 244); Green value is 107 (42.19% from 255 or 43.85% from 244); Blue value is 95 (37.5% from 255 or 38.93% from 244); Max value from RGB is 107 - color contains mainly: green. Hex color #2A6B5F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A6B5F is #D594A0. Grayscale: #565656. Windows color (decimal): -13997217 or 6253354. OLE color: 6253354.
HSL color Cylindrical-coordinate representation of color #2A6B5F: hue angle of 168.92º degrees, saturation: 0.44, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2A6B5F is Cyan = 0.61, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 42 | 107 | 95 | - |
| CMYK | 0.61 | 0 | 0.11 | 0.58 |
| HSL | 168.92º | 0.44% | 0.29% | - |
| HSV(B) | 168.92º | 0.61% | 0.42% | - |
| XYZ | 8.28 | 11.83 | 12.67 | - |
| YUV | 86.2 | 132.97 | 96.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 107 | 95 | 0.61 | 0 | 0.11 | 0.58 | 168.92 | 0.44 | 0.29 |
| Hex | 2A | 6B | 5F | 3D | 0 | B | 3A | A9 | 2C | 1D |
| Octal | 52 | 153 | 137 | 75 | 0 | 13 | 72 | 251 | 54 | 35 |
| Binary | 101010 | 1101011 | 1011111 | 111101 | 0 | 1011 | 111010 | 10101001 | 101100 | 11101 |
Color Harmonies of #2A6B5F
Complementary color
Monochromatic Colors of #2A6B5F
Black with #2A6B5F
Text Example
Text Example
White with #2A6B5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A6B5F; }
p { color: rgb(42,107,95); }
H1.HeaderClassName
{
color: #2A6B5F;
}
.AnyTagClassName
{
color: #2A6B5F;
}
</style>
background-color css
<style>
a { background-color: #2A6B5F; }
a { background-color: rgb(42,107,95); }
div.DivClassName
{
background-color: #2A6B5F;
}
.BgClassName
{
background-color: #2A6B5F;
}
</style>
border-color css
<style>
span { border-color: #2A6B5F; }
span { border-color: rgb(42,107,95); }
td.TdClassName
{
border-color: #2A6B5F;
}
.TagClassName
{
border-color: #2A6B5F;
}
</style>