#2F625A

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

Shades of Eden #2F625A

Tints of Eden #2F625A

Color information

#2F625A (or 0x2F625A) is unknown color: approx Eden. HEX triplet: 2F, 62 and 5A. RGB value is (47,98,90). Sum of RGB (Red+Green+Blue) = 47+98+90=235 (31% of max value = 765). Red value is 47 (18.75% from 255 or 20% from 235); Green value is 98 (38.67% from 255 or 41.70% from 235); Blue value is 90 (35.55% from 255 or 38.30% from 235); Max value from RGB is 98 - color contains mainly: green. Hex color #2F625A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F625A is #D09DA5. Grayscale: #515151. Windows color (decimal): -13671846 or 5923375. OLE color: 5923375.

HSL color Cylindrical-coordinate representation of color #2F625A: hue angle of 170.59º 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 #2F625A is Cyan = 0.52, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.62.

Color convert

RGB479890-
CMYK0.5200.080.62
HSL170.59º35.17%28.43%-
HSV(B)170.59º52.04%38.43%-
XYZ7.3910.0811.23-
YUV81.84132.6103.15-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 20%
GREEN value IS 98 (38.67% from 255) = 41.70%
BLUE value IS 90 (35.55% from 255) = 38.30%
R=20%
G=41.70%
B=38.30%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4798900.5200.080.62170.5935.1728.43
Hex2F625A34083Eab231c
Octal5714213264010762534334
Binary10111111000101011010110100010001111101010101110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F625A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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