#2D5F5B

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

Shades of Eden #2D5F5B

Tints of Eden #2D5F5B

Color information

#2D5F5B (or 0x2D5F5B) is unknown color: approx Eden. HEX triplet: 2D, 5F and 5B. RGB value is (45,95,91). Sum of RGB (Red+Green+Blue) = 45+95+91=231 (30% of max value = 765). Red value is 45 (17.97% from 255 or 19.48% from 231); Green value is 95 (37.5% from 255 or 41.13% from 231); Blue value is 91 (35.94% from 255 or 39.39% from 231); Max value from RGB is 95 - color contains mainly: green. Hex color #2D5F5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D5F5B is #D2A0A4. Grayscale: #4F4F4F. Windows color (decimal): -13803685 or 5988141. OLE color: 5988141.

HSL color Cylindrical-coordinate representation of color #2D5F5B: hue angle of 175.2º degrees, saturation: 0.36, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #2D5F5B is Cyan = 0.53, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.63.

Color convert

RGB459591-
CMYK0.5300.040.63
HSL175.2º35.71%27.45%-
HSV(B)175.2º52.63%37.25%-
XYZ7.069.511.36-
YUV79.59134.44103.33-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 19.48%
GREEN value IS 95 (37.5% from 255) = 41.13%
BLUE value IS 91 (35.94% from 255) = 39.39%
R=19.48%
G=41.13%
B=39.39%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal4595910.5300.040.63175.235.7127.45
Hex2D5F5B35043Faf241b
Octal551371336504772574433
Binary1011011011111101101111010101001111111010111110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D5F5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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