#2D6C5F

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

Shades of Eden #2D6C5F

Tints of Eden #2D6C5F

Color information

#2D6C5F (or 0x2D6C5F) is unknown color: approx Eden. HEX triplet: 2D, 6C and 5F. RGB value is (45,108,95). Sum of RGB (Red+Green+Blue) = 45+108+95=248 (32% of max value = 765). Red value is 45 (17.97% from 255 or 18.15% from 248); Green value is 108 (42.58% from 255 or 43.55% from 248); Blue value is 95 (37.5% from 255 or 38.31% from 248); Max value from RGB is 108 - color contains mainly: green. Hex color #2D6C5F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D6C5F is #D293A0. Grayscale: #575757. Windows color (decimal): -13800353 or 6253613. OLE color: 6253613.

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

Color convert

RGB4510895-
CMYK0.5800.120.58
HSL167.62º41.18%30%-
HSV(B)167.62º58.33%42.35%-
XYZ8.5112.1112.72-
YUV87.68132.1397.56-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 18.15%
GREEN value IS 108 (42.58% from 255) = 43.55%
BLUE value IS 95 (37.5% from 255) = 38.31%
R=18.15%
G=43.55%
B=38.31%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal45108950.5800.120.58167.6241.1830
Hex2D6C5F3A0C3Aa8291e
Octal5515413772014722505136
Binary10110111011001011111111010011001110101010100010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D6C5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,108,95); }

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

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

 a { background-color: rgb(45,108,95); }

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

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

 span { border-color: rgb(45,108,95); }

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