#2C6B5F

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

Shades of Eden #2C6B5F

Tints of Eden #2C6B5F

Color information

#2C6B5F (or 0x2C6B5F) is unknown color: approx Eden. HEX triplet: 2C, 6B and 5F. RGB value is (44,107,95). Sum of RGB (Red+Green+Blue) = 44+107+95=246 (32% of max value = 765). Red value is 44 (17.58% from 255 or 17.89% from 246); Green value is 107 (42.19% from 255 or 43.50% from 246); Blue value is 95 (37.5% from 255 or 38.62% from 246); Max value from RGB is 107 - color contains mainly: green. Hex color #2C6B5F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C6B5F is #D394A0. Grayscale: #565656. Windows color (decimal): -13866145 or 6253356. OLE color: 6253356.

HSL color Cylindrical-coordinate representation of color #2C6B5F: hue angle of 168.57º degrees, saturation: 0.42, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2C6B5F is Cyan = 0.59, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.58.

Color convert

RGB4410795-
CMYK0.5900.110.58
HSL168.57º41.72%29.61%-
HSV(B)168.57º58.88%41.96%-
XYZ8.3611.8812.68-
YUV86.8132.6397.48-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 17.89%
GREEN value IS 107 (42.19% from 255) = 43.50%
BLUE value IS 95 (37.5% from 255) = 38.62%
R=17.89%
G=43.50%
B=38.62%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal44107950.5900.110.58168.5741.7229.61
Hex2C6B5F3B0B3Aa92a1e
Octal5415313773013722515236
Binary10110011010111011111111011010111110101010100110101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C6B5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,107,95); }

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

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

 a { background-color: rgb(44,107,95); }

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

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

 span { border-color: rgb(44,107,95); }

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