#1D8582

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

Shades of Elm #1D8582

Tints of Elm #1D8582

Color information

#1D8582 (or 0x1D8582) is unknown color: approx Elm. HEX triplet: 1D, 85 and 82. RGB value is (29,133,130). Sum of RGB (Red+Green+Blue) = 29+133+130=292 (38% of max value = 765). Red value is 29 (11.72% from 255 or 9.93% from 292); Green value is 133 (52.34% from 255 or 45.55% from 292); Blue value is 130 (51.17% from 255 or 44.52% from 292); Max value from RGB is 133 - color contains mainly: green. Hex color #1D8582 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1D8582 is #E27A7D. Grayscale: #656565. Windows color (decimal): -14842494 or 8553757. OLE color: 8553757.

HSL color Cylindrical-coordinate representation of color #1D8582: hue angle of 178.27º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1D8582 is Cyan = 0.78, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.48.

Color convert

RGB29133130-
CMYK0.7800.020.48
HSL178.27º64.2%31.76%-
HSV(B)178.27º78.2%52.16%-
XYZ12.9218.6524.04-
YUV101.56144.0476.24-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 9.93%
GREEN value IS 133 (52.34% from 255) = 45.55%
BLUE value IS 130 (51.17% from 255) = 44.52%
R=9.93%
G=45.55%
B=44.52%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal291331300.7800.020.48178.2764.231.76
Hex1D85824E0230b24020
Octal35205202116026026210040
Binary1110110000101100000101001110010110000101100101000000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D8582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,133,130); }

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

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

 a { background-color: rgb(29,133,130); }

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

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

 span { border-color: rgb(29,133,130); }

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