#295F5E

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

Shades of Eden #295F5E

Tints of Eden #295F5E

Color information

#295F5E (or 0x295F5E) is unknown color: approx Eden. HEX triplet: 29, 5F and 5E. RGB value is (41,95,94). Sum of RGB (Red+Green+Blue) = 41+95+94=230 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.83% from 230); Green value is 95 (37.5% from 255 or 41.30% from 230); Blue value is 94 (37.11% from 255 or 40.87% from 230); Max value from RGB is 95 - color contains mainly: green. Hex color #295F5E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295F5E is #D6A0A1. Grayscale: #4E4E4E. Windows color (decimal): -14065826 or 6184745. OLE color: 6184745.

HSL color Cylindrical-coordinate representation of color #295F5E: hue angle of 178.89º degrees, saturation: 0.4, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #295F5E is Cyan = 0.57, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.63.

Color convert

RGB419594-
CMYK0.5700.010.63
HSL178.89º39.71%26.67%-
HSV(B)178.89º56.84%37.25%-
XYZ7.039.4612.05-
YUV78.74136.61101.08-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 17.83%
GREEN value IS 95 (37.5% from 255) = 41.30%
BLUE value IS 94 (37.11% from 255) = 40.87%
R=17.83%
G=41.30%
B=40.87%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal4195940.5700.010.63178.8939.7126.67
Hex295F5E39013Fb3281b
Octal511371367101772635033
Binary10100110111111011110111001011111111011001110100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295F5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #295F5E; }

 p { color: rgb(41,95,94); }

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

<style>
 a { background-color: #295F5E; }

 a { background-color: rgb(41,95,94); }

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

<style>
 span { border-color: #295F5E; }

 span { border-color: rgb(41,95,94); }

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