#2F625F

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

Shades of Eden #2F625F

Tints of Eden #2F625F

Color information

#2F625F (or 0x2F625F) is unknown color: approx Eden. HEX triplet: 2F, 62 and 5F. RGB value is (47,98,95). Sum of RGB (Red+Green+Blue) = 47+98+95=240 (31% of max value = 765). Red value is 47 (18.75% from 255 or 19.58% from 240); Green value is 98 (38.67% from 255 or 40.83% from 240); Blue value is 95 (37.5% from 255 or 39.58% from 240); Max value from RGB is 98 - color contains mainly: green. Hex color #2F625F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F625F is #D09DA0. Grayscale: #525252. Windows color (decimal): -13671841 or 6251055. OLE color: 6251055.

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

Color convert

RGB479895-
CMYK0.5200.030.62
HSL176.47º35.17%28.43%-
HSV(B)176.47º52.04%38.43%-
XYZ7.6110.1712.39-
YUV82.41135.1102.74-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 19.58%
GREEN value IS 98 (38.67% from 255) = 40.83%
BLUE value IS 95 (37.5% from 255) = 39.58%
R=19.58%
G=40.83%
B=39.58%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4798950.5200.030.62176.4735.1728.43
Hex2F625F34033Eb0231c
Octal571421376403762604334
Binary101111110001010111111101000111111101011000010001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F625F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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