Shades of Eden #2F605A
Tints of Eden #2F605A
RGB
CMYK
RGB Variations
Color information
#2F605A (or 0x2F605A) is known color: Eden. HEX triplet: 2F, 60 and 5A. RGB value is (47,96,90). Sum of RGB (Red+Green+Blue) = 47+96+90=233 (30% of max value = 765). Red value is 47 (18.75% from 255 or 20.17% from 233); Green value is 96 (37.89% from 255 or 41.20% from 233); Blue value is 90 (35.55% from 255 or 38.63% from 233); Max value from RGB is 96 - color contains mainly: green. Hex color #2F605A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F605A is #D09FA5. Grayscale: #505050. Windows color (decimal): -13672358 or 5922863. OLE color: 5922863.
HSL color Cylindrical-coordinate representation of color #2F605A: hue angle of 172.65º degrees, saturation: 0.34, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #2F605A is Cyan = 0.51, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 47 | 96 | 90 | - |
| CMYK | 0.51 | 0 | 0.06 | 0.62 |
| HSL | 172.65º | 0.34% | 0.28% | - |
| HSV(B) | 172.65º | 0.51% | 0.38% | - |
| XYZ | 7.2 | 9.71 | 11.17 | - |
| YUV | 80.67 | 133.27 | 103.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 96 | 90 | 0.51 | 0 | 0.06 | 0.62 | 172.65 | 0.34 | 0.28 |
| Hex | 2F | 60 | 5A | 33 | 0 | 6 | 3E | AD | 22 | 1C |
| Octal | 57 | 140 | 132 | 63 | 0 | 6 | 76 | 255 | 42 | 34 |
| Binary | 101111 | 1100000 | 1011010 | 110011 | 0 | 110 | 111110 | 10101101 | 100010 | 11100 |
Color Harmonies of #2F605A
Complementary color
Monochromatic Colors of #2F605A
Black with #2F605A
Text Example
Text Example
White with #2F605A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F605A; }
p { color: rgb(47,96,90); }
H1.HeaderClassName
{
color: #2F605A;
}
.AnyTagClassName
{
color: #2F605A;
}
</style>
background-color css
<style>
a { background-color: #2F605A; }
a { background-color: rgb(47,96,90); }
div.DivClassName
{
background-color: #2F605A;
}
.BgClassName
{
background-color: #2F605A;
}
</style>
border-color css
<style>
span { border-color: #2F605A; }
span { border-color: rgb(47,96,90); }
td.TdClassName
{
border-color: #2F605A;
}
.TagClassName
{
border-color: #2F605A;
}
</style>