Shades of Eden #2B5F5C
Tints of Eden #2B5F5C
RGB
CMYK
RGB Variations
Color information
#2B5F5C (or 0x2B5F5C) is known color: Eden. HEX triplet: 2B, 5F and 5C. RGB value is (43,95,92). Sum of RGB (Red+Green+Blue) = 43+95+92=230 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.70% from 230); Green value is 95 (37.5% from 255 or 41.30% from 230); Blue value is 92 (36.33% from 255 or 40% from 230); Max value from RGB is 95 - color contains mainly: green. Hex color #2B5F5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B5F5C is #D4A0A3. Grayscale: #4F4F4F. Windows color (decimal): -13934756 or 6053675. OLE color: 6053675.
HSL color Cylindrical-coordinate representation of color #2B5F5C: hue angle of 176.54º degrees, saturation: 0.38, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #2B5F5C is Cyan = 0.55, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 43 | 95 | 92 | - |
| CMYK | 0.55 | 0 | 0.03 | 0.63 |
| HSL | 176.54º | 0.38% | 0.27% | - |
| HSV(B) | 176.54º | 0.55% | 0.37% | - |
| XYZ | 7.02 | 9.47 | 11.58 | - |
| YUV | 79.11 | 135.27 | 102.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 95 | 92 | 0.55 | 0 | 0.03 | 0.63 | 176.54 | 0.38 | 0.27 |
| Hex | 2B | 5F | 5C | 37 | 0 | 3 | 3F | B1 | 26 | 1B |
| Octal | 53 | 137 | 134 | 67 | 0 | 3 | 77 | 261 | 46 | 33 |
| Binary | 101011 | 1011111 | 1011100 | 110111 | 0 | 11 | 111111 | 10110001 | 100110 | 11011 |
Color Harmonies of #2B5F5C
Complementary color
Monochromatic Colors of #2B5F5C
Black with #2B5F5C
Text Example
Text Example
White with #2B5F5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B5F5C; }
p { color: rgb(43,95,92); }
H1.HeaderClassName
{
color: #2B5F5C;
}
.AnyTagClassName
{
color: #2B5F5C;
}
</style>
background-color css
<style>
a { background-color: #2B5F5C; }
a { background-color: rgb(43,95,92); }
div.DivClassName
{
background-color: #2B5F5C;
}
.BgClassName
{
background-color: #2B5F5C;
}
</style>
border-color css
<style>
span { border-color: #2B5F5C; }
span { border-color: rgb(43,95,92); }
td.TdClassName
{
border-color: #2B5F5C;
}
.TagClassName
{
border-color: #2B5F5C;
}
</style>