Shades of Eden #2B5C52
Tints of Eden #2B5C52
RGB
CMYK
RGB Variations
Color information
#2B5C52 (or 0x2B5C52) is known color: Eden. HEX triplet: 2B, 5C and 52. RGB value is (43,92,82). Sum of RGB (Red+Green+Blue) = 43+92+82=217 (28% of max value = 765). Red value is 43 (17.19% from 255 or 19.82% from 217); Green value is 92 (36.33% from 255 or 42.40% from 217); Blue value is 82 (32.42% from 255 or 37.79% from 217); Max value from RGB is 92 - color contains mainly: green. Hex color #2B5C52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B5C52 is #D4A3AD. Grayscale: #4C4C4C. Windows color (decimal): -13935534 or 5397547. OLE color: 5397547.
HSL color Cylindrical-coordinate representation of color #2B5C52: hue angle of 167.76º 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 #2B5C52 is Cyan = 0.53, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 43 | 92 | 82 | - |
| CMYK | 0.53 | 0 | 0.11 | 0.64 |
| HSL | 167.76º | 0.36% | 0.26% | - |
| HSV(B) | 167.76º | 0.53% | 0.36% | - |
| XYZ | 6.35 | 8.78 | 9.34 | - |
| YUV | 76.21 | 131.27 | 104.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 92 | 82 | 0.53 | 0 | 0.11 | 0.64 | 167.76 | 0.36 | 0.26 |
| Hex | 2B | 5C | 52 | 35 | 0 | B | 40 | A8 | 24 | 1A |
| Octal | 53 | 134 | 122 | 65 | 0 | 13 | 100 | 250 | 44 | 32 |
| Binary | 101011 | 1011100 | 1010010 | 110101 | 0 | 1011 | 1000000 | 10101000 | 100100 | 11010 |
Color Harmonies of #2B5C52
Complementary color
Monochromatic Colors of #2B5C52
Black with #2B5C52
Text Example
Text Example
White with #2B5C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B5C52; }
p { color: rgb(43,92,82); }
H1.HeaderClassName
{
color: #2B5C52;
}
.AnyTagClassName
{
color: #2B5C52;
}
</style>
background-color css
<style>
a { background-color: #2B5C52; }
a { background-color: rgb(43,92,82); }
div.DivClassName
{
background-color: #2B5C52;
}
.BgClassName
{
background-color: #2B5C52;
}
</style>
border-color css
<style>
span { border-color: #2B5C52; }
span { border-color: rgb(43,92,82); }
td.TdClassName
{
border-color: #2B5C52;
}
.TagClassName
{
border-color: #2B5C52;
}
</style>