Shades of Eden #2F645F
Tints of Eden #2F645F
RGB
CMYK
RGB Variations
Color information
#2F645F (or 0x2F645F) is known color: Eden. HEX triplet: 2F, 64 and 5F. RGB value is (47,100,95). Sum of RGB (Red+Green+Blue) = 47+100+95=242 (32% of max value = 765). Red value is 47 (18.75% from 255 or 19.42% from 242); Green value is 100 (39.45% from 255 or 41.32% from 242); Blue value is 95 (37.5% from 255 or 39.26% from 242); Max value from RGB is 100 - color contains mainly: green. Hex color #2F645F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F645F is #D09BA0. Grayscale: #535353. Windows color (decimal): -13671329 or 6251567. OLE color: 6251567.
HSL color Cylindrical-coordinate representation of color #2F645F: hue angle of 174.34º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #2F645F is Cyan = 0.53, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 47 | 100 | 95 | - |
| CMYK | 0.53 | 0 | 0.05 | 0.61 |
| HSL | 174.34º | 0.36% | 0.29% | - |
| HSV(B) | 174.34º | 0.53% | 0.39% | - |
| XYZ | 7.8 | 10.54 | 12.45 | - |
| YUV | 83.58 | 134.44 | 101.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 100 | 95 | 0.53 | 0 | 0.05 | 0.61 | 174.34 | 0.36 | 0.29 |
| Hex | 2F | 64 | 5F | 35 | 0 | 5 | 3D | AE | 24 | 1D |
| Octal | 57 | 144 | 137 | 65 | 0 | 5 | 75 | 256 | 44 | 35 |
| Binary | 101111 | 1100100 | 1011111 | 110101 | 0 | 101 | 111101 | 10101110 | 100100 | 11101 |
Color Harmonies of #2F645F
Complementary color
Monochromatic Colors of #2F645F
Black with #2F645F
Text Example
Text Example
White with #2F645F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F645F; }
p { color: rgb(47,100,95); }
H1.HeaderClassName
{
color: #2F645F;
}
.AnyTagClassName
{
color: #2F645F;
}
</style>
background-color css
<style>
a { background-color: #2F645F; }
a { background-color: rgb(47,100,95); }
div.DivClassName
{
background-color: #2F645F;
}
.BgClassName
{
background-color: #2F645F;
}
</style>
border-color css
<style>
span { border-color: #2F645F; }
span { border-color: rgb(47,100,95); }
td.TdClassName
{
border-color: #2F645F;
}
.TagClassName
{
border-color: #2F645F;
}
</style>