#1D5A4F

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

Shades of Eden #1D5A4F

Tints of Eden #1D5A4F

Color information

#1D5A4F (or 0x1D5A4F) is unknown color: approx Eden. HEX triplet: 1D, 5A and 4F. RGB value is (29,90,79). Sum of RGB (Red+Green+Blue) = 29+90+79=198 (26% of max value = 765). Red value is 29 (11.72% from 255 or 14.65% from 198); Green value is 90 (35.55% from 255 or 45.45% from 198); Blue value is 79 (31.25% from 255 or 39.90% from 198); Max value from RGB is 90 - color contains mainly: green. Hex color #1D5A4F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D5A4F is #E2A5B0. Grayscale: #464646. Windows color (decimal): -14853553 or 5200413. OLE color: 5200413.

HSL color Cylindrical-coordinate representation of color #1D5A4F: hue angle of 169.18º 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 #1D5A4F is Cyan = 0.68, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.65.

Color convert

RGB299079-
CMYK0.6800.120.65
HSL169.18º51.26%23.33%-
HSV(B)169.18º67.78%35.29%-
XYZ5.578.148.67-
YUV70.51132.7998.39-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 14.65%
GREEN value IS 90 (35.55% from 255) = 45.45%
BLUE value IS 79 (31.25% from 255) = 39.90%
R=14.65%
G=45.45%
B=39.90%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2990790.6800.120.65169.1851.2623.33
Hex1D5A4F440C41a93317
Octal351321171040141012516327
Binary111011011010100111110001000110010000011010100111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D5A4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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