#2F665A

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

Shades of Eden #2F665A

Tints of Eden #2F665A

Color information

#2F665A (or 0x2F665A) is unknown color: approx Eden. HEX triplet: 2F, 66 and 5A. RGB value is (47,102,90). Sum of RGB (Red+Green+Blue) = 47+102+90=239 (31% of max value = 765). Red value is 47 (18.75% from 255 or 19.67% from 239); Green value is 102 (40.23% from 255 or 42.68% from 239); Blue value is 90 (35.55% from 255 or 37.66% from 239); Max value from RGB is 102 - color contains mainly: green. Hex color #2F665A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F665A is #D099A5. Grayscale: #545454. Windows color (decimal): -13670822 or 5924399. OLE color: 5924399.

HSL color Cylindrical-coordinate representation of color #2F665A: hue angle of 166.91º degrees, saturation: 0.37, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #2F665A is Cyan = 0.54, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.6.

Color convert

RGB4710290-
CMYK0.5400.120.6
HSL166.91º36.91%29.22%-
HSV(B)166.91º53.92%40%-
XYZ7.7710.8511.36-
YUV84.19131.28101.48-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 19.67%
GREEN value IS 102 (40.23% from 255) = 42.68%
BLUE value IS 90 (35.55% from 255) = 37.66%
R=19.67%
G=42.68%
B=37.66%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal47102900.5400.120.6166.9136.9129.22
Hex2F665A360C3Ca7251d
Octal5714613266014742474535
Binary10111111001101011010110110011001111001010011110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F665A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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