#29725E

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

Shades of Eden #29725E

Tints of Eden #29725E

Color information

#29725E (or 0x29725E) is unknown color: approx Eden. HEX triplet: 29, 72 and 5E. RGB value is (41,114,94). Sum of RGB (Red+Green+Blue) = 41+114+94=249 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.47% from 249); Green value is 114 (44.92% from 255 or 45.78% from 249); Blue value is 94 (37.11% from 255 or 37.75% from 249); Max value from RGB is 114 - color contains mainly: green. Hex color #29725E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #29725E is #D68DA1. Grayscale: #595959. Windows color (decimal): -14060962 or 6189609. OLE color: 6189609.

HSL color Cylindrical-coordinate representation of color #29725E: hue angle of 163.56º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #29725E is Cyan = 0.64, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.55.

Color convert

RGB4111494-
CMYK0.6400.180.55
HSL163.56º47.1%30.39%-
HSV(B)163.56º64.04%44.71%-
XYZ8.9513.3112.69-
YUV89.89130.3293.13-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 16.47%
GREEN value IS 114 (44.92% from 255) = 45.78%
BLUE value IS 94 (37.11% from 255) = 37.75%
R=16.47%
G=45.78%
B=37.75%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal41114940.6400.180.55163.5647.130.39
Hex29725E4001237a42f1e
Octal51162136100022672445736
Binary1010011110010101111010000000100101101111010010010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29725E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29725E; }

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

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

<style>
 a { background-color: #29725E; }

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

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

<style>
 span { border-color: #29725E; }

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

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