#2F6057

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

Shades of Eden #2F6057

Tints of Eden #2F6057

Color information

#2F6057 (or 0x2F6057) is unknown color: approx Eden. HEX triplet: 2F, 60 and 57. RGB value is (47,96,87). Sum of RGB (Red+Green+Blue) = 47+96+87=230 (30% of max value = 765). Red value is 47 (18.75% from 255 or 20.43% from 230); Green value is 96 (37.89% from 255 or 41.74% from 230); Blue value is 87 (34.38% from 255 or 37.83% from 230); Max value from RGB is 96 - color contains mainly: green. Hex color #2F6057 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F6057 is #D09FA8. Grayscale: #505050. Windows color (decimal): -13672361 or 5726255. OLE color: 5726255.

HSL color Cylindrical-coordinate representation of color #2F6057: hue angle of 168.98º degrees, saturation: 0.34, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #2F6057 is Cyan = 0.51, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.62.

Color convert

RGB479687-
CMYK0.5100.090.62
HSL168.98º34.27%28.04%-
HSV(B)168.98º51.04%37.65%-
XYZ7.089.6610.51-
YUV80.32131.77104.23-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 20.43%
GREEN value IS 96 (37.89% from 255) = 41.74%
BLUE value IS 87 (34.38% from 255) = 37.83%
R=20.43%
G=41.74%
B=37.83%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4796870.5100.090.62168.9834.2728.04
Hex2F605733093Ea9221c
Octal5714012763011762514234
Binary10111111000001010111110011010011111101010100110001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F6057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,96,87); }

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

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

 a { background-color: rgb(47,96,87); }

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

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

 span { border-color: rgb(47,96,87); }

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