#2C6153

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

Shades of Eden #2C6153

Tints of Eden #2C6153

Color information

#2C6153 (or 0x2C6153) is unknown color: approx Eden. HEX triplet: 2C, 61 and 53. RGB value is (44,97,83). Sum of RGB (Red+Green+Blue) = 44+97+83=224 (29% of max value = 765). Red value is 44 (17.58% from 255 or 19.64% from 224); Green value is 97 (38.28% from 255 or 43.30% from 224); Blue value is 83 (32.81% from 255 or 37.05% from 224); Max value from RGB is 97 - color contains mainly: green. Hex color #2C6153 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C6153 is #D39EAC. Grayscale: #4F4F4F. Windows color (decimal): -13868717 or 5464364. OLE color: 5464364.

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

Color convert

RGB449783-
CMYK0.5500.140.62
HSL164.15º37.59%27.65%-
HSV(B)164.15º54.64%38.04%-
XYZ6.879.719.7-
YUV79.56129.94102.64-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 19.64%
GREEN value IS 97 (38.28% from 255) = 43.30%
BLUE value IS 83 (32.81% from 255) = 37.05%
R=19.64%
G=43.30%
B=37.05%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4497830.5500.140.62164.1537.5927.65
Hex2C6153370E3Ea4261c
Octal5414112367016762444634
Binary10110011000011010011110111011101111101010010010011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C6153

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,97,83); }

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

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

 a { background-color: rgb(44,97,83); }

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

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

 span { border-color: rgb(44,97,83); }

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