#2C6457

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

Shades of Eden #2C6457

Tints of Eden #2C6457

Color information

#2C6457 (or 0x2C6457) is unknown color: approx Eden. HEX triplet: 2C, 64 and 57. RGB value is (44,100,87). Sum of RGB (Red+Green+Blue) = 44+100+87=231 (30% of max value = 765). Red value is 44 (17.58% from 255 or 19.05% from 231); Green value is 100 (39.45% from 255 or 43.29% from 231); Blue value is 87 (34.38% from 255 or 37.66% from 231); Max value from RGB is 100 - color contains mainly: green. Hex color #2C6457 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C6457 is #D39BA8. Grayscale: #515151. Windows color (decimal): -13867945 or 5727276. OLE color: 5727276.

HSL color Cylindrical-coordinate representation of color #2C6457: hue angle of 166.07º degrees, saturation: 0.39, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2C6457 is Cyan = 0.56, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.61.

Color convert

RGB4410087-
CMYK0.5600.130.61
HSL166.07º38.89%28.24%-
HSV(B)166.07º56%39.22%-
XYZ7.3210.3410.63-
YUV81.77130.95101.06-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 19.05%
GREEN value IS 100 (39.45% from 255) = 43.29%
BLUE value IS 87 (34.38% from 255) = 37.66%
R=19.05%
G=43.29%
B=37.66%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal44100870.5600.130.61166.0738.8928.24
Hex2C6457380D3Da6271c
Octal5414412770015752464734
Binary10110011001001010111111000011011111011010011010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C6457

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,100,87); }

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

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

 a { background-color: rgb(44,100,87); }

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

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

 span { border-color: rgb(44,100,87); }

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