#2F5E5A

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

Shades of Eden #2F5E5A

Tints of Eden #2F5E5A

Color information

#2F5E5A (or 0x2F5E5A) is unknown color: approx Eden. HEX triplet: 2F, 5E and 5A. RGB value is (47,94,90). Sum of RGB (Red+Green+Blue) = 47+94+90=231 (30% of max value = 765). Red value is 47 (18.75% from 255 or 20.35% from 231); Green value is 94 (37.11% from 255 or 40.69% from 231); Blue value is 90 (35.55% from 255 or 38.96% from 231); Max value from RGB is 94 - color contains mainly: green. Hex color #2F5E5A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F5E5A is #D0A1A5. Grayscale: #4F4F4F. Windows color (decimal): -13672870 or 5922351. OLE color: 5922351.

HSL color Cylindrical-coordinate representation of color #2F5E5A: hue angle of 174.89º degrees, saturation: 0.33, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #2F5E5A is Cyan = 0.5, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.63.

Color convert

RGB479490-
CMYK0.500.040.63
HSL174.89º33.33%27.65%-
HSV(B)174.89º50%36.86%-
XYZ7.029.3511.11-
YUV79.49133.93104.83-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 20.35%
GREEN value IS 94 (37.11% from 255) = 40.69%
BLUE value IS 90 (35.55% from 255) = 38.96%
R=20.35%
G=40.69%
B=38.96%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal4794900.500.040.63174.8933.3327.65
Hex2F5E5A32043Faf211c
Octal571361326204772574134
Binary1011111011110101101011001001001111111010111110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F5E5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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