#2C6255

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

Shades of Eden #2C6255

Tints of Eden #2C6255

Color information

#2C6255 (or 0x2C6255) is unknown color: approx Eden. HEX triplet: 2C, 62 and 55. RGB value is (44,98,85). Sum of RGB (Red+Green+Blue) = 44+98+85=227 (30% of max value = 765). Red value is 44 (17.58% from 255 or 19.38% from 227); Green value is 98 (38.67% from 255 or 43.17% from 227); Blue value is 85 (33.59% from 255 or 37.44% from 227); Max value from RGB is 98 - color contains mainly: green. Hex color #2C6255 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C6255 is #D39DAA. Grayscale: #505050. Windows color (decimal): -13868459 or 5595692. OLE color: 5595692.

HSL color Cylindrical-coordinate representation of color #2C6255: hue angle of 165.56º 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 #2C6255 is Cyan = 0.55, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.62.

Color convert

RGB449885-
CMYK0.5500.130.62
HSL165.56º38.03%27.84%-
HSV(B)165.56º55.1%38.43%-
XYZ7.059.9310.14-
YUV80.37130.61102.06-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 19.38%
GREEN value IS 98 (38.67% from 255) = 43.17%
BLUE value IS 85 (33.59% from 255) = 37.44%
R=19.38%
G=43.17%
B=37.44%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4498850.5500.130.62165.5638.0327.84
Hex2C6255370D3Ea6261c
Octal5414212567015762464634
Binary10110011000101010101110111011011111101010011010011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C6255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,98,85); }

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

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

 a { background-color: rgb(44,98,85); }

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

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

 span { border-color: rgb(44,98,85); }

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