#1D8882

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

Shades of Elm #1D8882

Tints of Elm #1D8882

Color information

#1D8882 (or 0x1D8882) is unknown color: approx Elm. HEX triplet: 1D, 88 and 82. RGB value is (29,136,130). Sum of RGB (Red+Green+Blue) = 29+136+130=295 (39% of max value = 765). Red value is 29 (11.72% from 255 or 9.83% from 295); Green value is 136 (53.52% from 255 or 46.10% from 295); Blue value is 130 (51.17% from 255 or 44.07% from 295); Max value from RGB is 136 - color contains mainly: green. Hex color #1D8882 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1D8882 is #E2777D. Grayscale: #676767. Windows color (decimal): -14841726 or 8554525. OLE color: 8554525.

HSL color Cylindrical-coordinate representation of color #1D8882: hue angle of 176.64º degrees, saturation: 0.65, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1D8882 is Cyan = 0.79, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.47.

Color convert

RGB29136130-
CMYK0.7900.040.47
HSL176.64º64.85%32.35%-
HSV(B)176.64º78.68%53.33%-
XYZ13.3419.4824.18-
YUV103.32143.0574.99-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 9.83%
GREEN value IS 136 (53.52% from 255) = 46.10%
BLUE value IS 130 (51.17% from 255) = 44.07%
R=9.83%
G=46.10%
B=44.07%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal291361300.7900.040.47176.6464.8532.35
Hex1D88824F042Fb14120
Octal35210202117045726110140
Binary11101100010001000001010011110100101111101100011000001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D8882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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