#2F7058

Color #2F7058 Eden (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eden #2F7058

Tints of Eden #2F7058

Color information

#2F7058 (or 0x2F7058) is unknown color: approx Eden. HEX triplet: 2F, 70 and 58. RGB value is (47,112,88). Sum of RGB (Red+Green+Blue) = 47+112+88=247 (32% of max value = 765). Red value is 47 (18.75% from 255 or 19.03% from 247); Green value is 112 (44.14% from 255 or 45.34% from 247); Blue value is 88 (34.77% from 255 or 35.63% from 247); Max value from RGB is 112 - color contains mainly: green. Hex color #2F7058 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F7058 is #D08FA7. Grayscale: #595959. Windows color (decimal): -13668264 or 5795887. OLE color: 5795887.

HSL color Cylindrical-coordinate representation of color #2F7058: hue angle of 157.85º degrees, saturation: 0.41, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2F7058 is Cyan = 0.58, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.56.

Color convert

RGB4711288-
CMYK0.5800.210.56
HSL157.85º40.88%31.18%-
HSV(B)157.85º58.04%43.92%-
XYZ8.7312.911.26-
YUV89.83126.9797.45-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 47 (18.75% from 255) = 19.03%
GREEN value IS 112 (44.14% from 255) = 45.34%
BLUE value IS 88 (34.77% from 255) = 35.63%
R=19.03%
G=45.34%
B=35.63%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal47112880.5800.210.56157.8540.8831.18
Hex2F70583A015389e291f
Octal5716013072025702365137
Binary101111111000010110001110100101011110001001111010100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F7058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2F7058; }

 p { color: rgb(47,112,88); }

 H1.HeaderClassName
 {
   color: #2F7058;
 }
 .AnyTagClassName
 {
   color: #2F7058;
 }
</style>
background-color css

<style>
 a { background-color: #2F7058; }

 a { background-color: rgb(47,112,88); }

 div.DivClassName
 {
   background-color: #2F7058;
 }
 .BgClassName
 {
   background-color: #2F7058;
 }
</style>
border-color css

<style>
 span { border-color: #2F7058; }

 span { border-color: rgb(47,112,88); }

 td.TdClassName
 {
   border-color: #2F7058;
 }
 .TagClassName
 {
   border-color: #2F7058;
 }
</style>