Shades of Eden #2B6A5E
Tints of Eden #2B6A5E
RGB
CMYK
RGB Variations
Color information
#2B6A5E (or 0x2B6A5E) is known color: Eden. HEX triplet: 2B, 6A and 5E. RGB value is (43,106,94). Sum of RGB (Red+Green+Blue) = 43+106+94=243 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.70% from 243); Green value is 106 (41.80% from 255 or 43.62% from 243); Blue value is 94 (37.11% from 255 or 38.68% from 243); Max value from RGB is 106 - color contains mainly: green. Hex color #2B6A5E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B6A5E is #D495A1. Grayscale: #555555. Windows color (decimal): -13931938 or 6187563. OLE color: 6187563.
HSL color Cylindrical-coordinate representation of color #2B6A5E: hue angle of 168.57º degrees, saturation: 0.42, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2B6A5E is Cyan = 0.59, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.58.
Color convert
RGB | 43 | 106 | 94 | - |
CMYK | 0.59 | 0 | 0.11 | 0.58 |
HSL | 168.57º | 0.42% | 0.29% | - |
HSV(B) | 168.57º | 0.59% | 0.42% | - |
XYZ | 8.17 | 11.63 | 12.4 | - |
YUV | 85.8 | 132.63 | 97.48 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 43 | 106 | 94 | 0.59 | 0 | 0.11 | 0.58 | 168.57 | 0.42 | 0.29 |
Hex | 2B | 6A | 5E | 3B | 0 | B | 3A | A9 | 2A | 1D |
Octal | 53 | 152 | 136 | 73 | 0 | 13 | 72 | 251 | 52 | 35 |
Binary | 101011 | 1101010 | 1011110 | 111011 | 0 | 1011 | 111010 | 10101001 | 101010 | 11101 |
Color Harmonies of #2B6A5E
Complementary color
Monochromatic Colors of #2B6A5E
Black with #2B6A5E
Text Example
Text Example
White with #2B6A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B6A5E; }
p { color: rgb(43,106,94); }
H1.HeaderClassName
{
color: #2B6A5E;
}
.AnyTagClassName
{
color: #2B6A5E;
}
</style>
background-color css
<style>
a { background-color: #2B6A5E; }
a { background-color: rgb(43,106,94); }
div.DivClassName
{
background-color: #2B6A5E;
}
.BgClassName
{
background-color: #2B6A5E;
}
</style>
border-color css
<style>
span { border-color: #2B6A5E; }
span { border-color: rgb(43,106,94); }
td.TdClassName
{
border-color: #2B6A5E;
}
.TagClassName
{
border-color: #2B6A5E;
}
</style>