#1D5A52

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

Shades of Eden #1D5A52

Tints of Eden #1D5A52

Color information

#1D5A52 (or 0x1D5A52) is unknown color: approx Eden. HEX triplet: 1D, 5A and 52. RGB value is (29,90,82). Sum of RGB (Red+Green+Blue) = 29+90+82=201 (26% of max value = 765). Red value is 29 (11.72% from 255 or 14.43% from 201); Green value is 90 (35.55% from 255 or 44.78% from 201); Blue value is 82 (32.42% from 255 or 40.80% from 201); Max value from RGB is 90 - color contains mainly: green. Hex color #1D5A52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D5A52 is #E2A5AD. Grayscale: #464646. Windows color (decimal): -14853550 or 5397021. OLE color: 5397021.

HSL color Cylindrical-coordinate representation of color #1D5A52: hue angle of 172.13º degrees, saturation: 0.51, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1D5A52 is Cyan = 0.68, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.65.

Color convert

RGB299082-
CMYK0.6800.090.65
HSL172.13º51.26%23.33%-
HSV(B)172.13º67.78%35.29%-
XYZ5.698.189.26-
YUV70.85134.2998.15-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 14.43%
GREEN value IS 90 (35.55% from 255) = 44.78%
BLUE value IS 82 (32.42% from 255) = 40.80%
R=14.43%
G=44.78%
B=40.80%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2990820.6800.090.65172.1351.2623.33
Hex1D5A52440941ac3317
Octal351321221040111012546327
Binary111011011010101001010001000100110000011010110011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D5A52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1D5A52; }

 p { color: rgb(29,90,82); }

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

<style>
 a { background-color: #1D5A52; }

 a { background-color: rgb(29,90,82); }

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

<style>
 span { border-color: #1D5A52; }

 span { border-color: rgb(29,90,82); }

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