#2F625E

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

Shades of Eden #2F625E

Tints of Eden #2F625E

Color information

#2F625E (or 0x2F625E) is unknown color: approx Eden. HEX triplet: 2F, 62 and 5E. RGB value is (47,98,94). Sum of RGB (Red+Green+Blue) = 47+98+94=239 (31% of max value = 765). Red value is 47 (18.75% from 255 or 19.67% from 239); Green value is 98 (38.67% from 255 or 41.00% from 239); Blue value is 94 (37.11% from 255 or 39.33% from 239); Max value from RGB is 98 - color contains mainly: green. Hex color #2F625E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F625E is #D09DA1. Grayscale: #525252. Windows color (decimal): -13671842 or 6185519. OLE color: 6185519.

HSL color Cylindrical-coordinate representation of color #2F625E: hue angle of 175.29º degrees, saturation: 0.35, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #2F625E is Cyan = 0.52, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.62.

Color convert

RGB479894-
CMYK0.5200.040.62
HSL175.29º35.17%28.43%-
HSV(B)175.29º52.04%38.43%-
XYZ7.5610.1512.15-
YUV82.29134.6102.83-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 19.67%
GREEN value IS 98 (38.67% from 255) = 41.00%
BLUE value IS 94 (37.11% from 255) = 39.33%
R=19.67%
G=41.00%
B=39.33%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4798940.5200.040.62175.2935.1728.43
Hex2F625E34043Eaf231c
Octal571421366404762574334
Binary1011111100010101111011010001001111101010111110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F625E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,98,94); }

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

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

 a { background-color: rgb(47,98,94); }

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

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

 span { border-color: rgb(47,98,94); }

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