Shades of Eden #2B5C55
Tints of Eden #2B5C55
RGB
CMYK
RGB Variations
Color information
#2B5C55 (or 0x2B5C55) is known color: Eden. HEX triplet: 2B, 5C and 55. RGB value is (43,92,85). Sum of RGB (Red+Green+Blue) = 43+92+85=220 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.55% from 220); Green value is 92 (36.33% from 255 or 41.82% from 220); Blue value is 85 (33.59% from 255 or 38.64% from 220); Max value from RGB is 92 - color contains mainly: green. Hex color #2B5C55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B5C55 is #D4A3AA. Grayscale: #4C4C4C. Windows color (decimal): -13935531 or 5594155. OLE color: 5594155.
HSL color Cylindrical-coordinate representation of color #2B5C55: hue angle of 171.43º degrees, saturation: 0.36, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #2B5C55 is Cyan = 0.53, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 43 | 92 | 85 | - |
| CMYK | 0.53 | 0 | 0.08 | 0.64 |
| HSL | 171.43º | 0.36% | 0.26% | - |
| HSV(B) | 171.43º | 0.53% | 0.36% | - |
| XYZ | 6.46 | 8.82 | 9.96 | - |
| YUV | 76.55 | 132.77 | 104.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 92 | 85 | 0.53 | 0 | 0.08 | 0.64 | 171.43 | 0.36 | 0.26 |
| Hex | 2B | 5C | 55 | 35 | 0 | 8 | 40 | AB | 24 | 1A |
| Octal | 53 | 134 | 125 | 65 | 0 | 10 | 100 | 253 | 44 | 32 |
| Binary | 101011 | 1011100 | 1010101 | 110101 | 0 | 1000 | 1000000 | 10101011 | 100100 | 11010 |
Color Harmonies of #2B5C55
Complementary color
Monochromatic Colors of #2B5C55
Black with #2B5C55
Text Example
Text Example
White with #2B5C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B5C55; }
p { color: rgb(43,92,85); }
H1.HeaderClassName
{
color: #2B5C55;
}
.AnyTagClassName
{
color: #2B5C55;
}
</style>
background-color css
<style>
a { background-color: #2B5C55; }
a { background-color: rgb(43,92,85); }
div.DivClassName
{
background-color: #2B5C55;
}
.BgClassName
{
background-color: #2B5C55;
}
</style>
border-color css
<style>
span { border-color: #2B5C55; }
span { border-color: rgb(43,92,85); }
td.TdClassName
{
border-color: #2B5C55;
}
.TagClassName
{
border-color: #2B5C55;
}
</style>