Shades of Eden #2A755C
Tints of Eden #2A755C
RGB
CMYK
RGB Variations
Color information
#2A755C (or 0x2A755C) is known color: Eden. HEX triplet: 2A, 75 and 5C. RGB value is (42,117,92). Sum of RGB (Red+Green+Blue) = 42+117+92=251 (33% of max value = 765). Red value is 42 (16.80% from 255 or 16.73% from 251); Green value is 117 (46.09% from 255 or 46.61% from 251); Blue value is 92 (36.33% from 255 or 36.65% from 251); Max value from RGB is 117 - color contains mainly: green. Hex color #2A755C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A755C is #D58AA3. Grayscale: #5B5B5B. Windows color (decimal): -13994660 or 6059306. OLE color: 6059306.
HSL color Cylindrical-coordinate representation of color #2A755C: hue angle of 160º degrees, saturation: 0.47, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2A755C is Cyan = 0.64, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 42 | 117 | 92 | - |
| CMYK | 0.64 | 0 | 0.21 | 0.54 |
| HSL | 160º | 0.47% | 0.31% | - |
| HSV(B) | 160º | 0.64% | 0.46% | - |
| XYZ | 9.25 | 13.99 | 12.34 | - |
| YUV | 91.73 | 128.15 | 92.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 117 | 92 | 0.64 | 0 | 0.21 | 0.54 | 160 | 0.47 | 0.31 |
| Hex | 2A | 75 | 5C | 40 | 0 | 15 | 36 | A0 | 2F | 1F |
| Octal | 52 | 165 | 134 | 100 | 0 | 25 | 66 | 240 | 57 | 37 |
| Binary | 101010 | 1110101 | 1011100 | 1000000 | 0 | 10101 | 110110 | 10100000 | 101111 | 11111 |
Color Harmonies of #2A755C
Complementary color
Monochromatic Colors of #2A755C
Black with #2A755C
Text Example
Text Example
White with #2A755C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A755C; }
p { color: rgb(42,117,92); }
H1.HeaderClassName
{
color: #2A755C;
}
.AnyTagClassName
{
color: #2A755C;
}
</style>
background-color css
<style>
a { background-color: #2A755C; }
a { background-color: rgb(42,117,92); }
div.DivClassName
{
background-color: #2A755C;
}
.BgClassName
{
background-color: #2A755C;
}
</style>
border-color css
<style>
span { border-color: #2A755C; }
span { border-color: rgb(42,117,92); }
td.TdClassName
{
border-color: #2A755C;
}
.TagClassName
{
border-color: #2A755C;
}
</style>