#29725B

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

Shades of Eden #29725B

Tints of Eden #29725B

Color information

#29725B (or 0x29725B) is unknown color: approx Eden. HEX triplet: 29, 72 and 5B. RGB value is (41,114,91). Sum of RGB (Red+Green+Blue) = 41+114+91=246 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.67% from 246); Green value is 114 (44.92% from 255 or 46.34% from 246); Blue value is 91 (35.94% from 255 or 36.99% from 246); Max value from RGB is 114 - color contains mainly: green. Hex color #29725B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #29725B is #D68DA4. Grayscale: #595959. Windows color (decimal): -14060965 or 5993001. OLE color: 5993001.

HSL color Cylindrical-coordinate representation of color #29725B: hue angle of 161.1º 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 #29725B is Cyan = 0.64, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.55.

Color convert

RGB4111491-
CMYK0.6400.200.55
HSL161.1º47.1%30.39%-
HSV(B)161.1º64.04%44.71%-
XYZ8.8213.2611.99-
YUV89.55128.8293.37-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 16.67%
GREEN value IS 114 (44.92% from 255) = 46.34%
BLUE value IS 91 (35.94% from 255) = 36.99%
R=16.67%
G=46.34%
B=36.99%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal41114910.6400.200.55161.147.130.39
Hex29725B4001437a12f1e
Octal51162133100024672415736
Binary1010011110010101101110000000101001101111010000110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29725B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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