#2F6F5B

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

Shades of Eden #2F6F5B

Tints of Eden #2F6F5B

Color information

#2F6F5B (or 0x2F6F5B) is unknown color: approx Eden. HEX triplet: 2F, 6F and 5B. RGB value is (47,111,91). Sum of RGB (Red+Green+Blue) = 47+111+91=249 (32% of max value = 765). Red value is 47 (18.75% from 255 or 18.88% from 249); Green value is 111 (43.75% from 255 or 44.58% from 249); Blue value is 91 (35.94% from 255 or 36.55% from 249); Max value from RGB is 111 - color contains mainly: green. Hex color #2F6F5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F6F5B is #D090A4. Grayscale: #595959. Windows color (decimal): -13668517 or 5992239. OLE color: 5992239.

HSL color Cylindrical-coordinate representation of color #2F6F5B: hue angle of 161.25º 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 #2F6F5B is Cyan = 0.58, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.56.

Color convert

RGB4711191-
CMYK0.5800.180.56
HSL161.25º40.51%30.98%-
HSV(B)161.25º57.66%43.53%-
XYZ8.7512.7311.89-
YUV89.58128.897.63-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 18.88%
GREEN value IS 111 (43.75% from 255) = 44.58%
BLUE value IS 91 (35.94% from 255) = 36.55%
R=18.88%
G=44.58%
B=36.55%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal47111910.5800.180.56161.2540.5130.98
Hex2F6F5B3A01238a1291f
Octal5715713372022702415137
Binary101111110111110110111110100100101110001010000110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F6F5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,111,91); }

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

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

 a { background-color: rgb(47,111,91); }

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

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

 span { border-color: rgb(47,111,91); }

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