#1D8480

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

Shades of Elm #1D8480

Tints of Elm #1D8480

Color information

#1D8480 (or 0x1D8480) is unknown color: approx Elm. HEX triplet: 1D, 84 and 80. RGB value is (29,132,128). Sum of RGB (Red+Green+Blue) = 29+132+128=289 (38% of max value = 765). Red value is 29 (11.72% from 255 or 10.03% from 289); Green value is 132 (51.95% from 255 or 45.67% from 289); Blue value is 128 (50.39% from 255 or 44.29% from 289); Max value from RGB is 132 - color contains mainly: green. Hex color #1D8480 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1D8480 is #E27B7F. Grayscale: #646464. Windows color (decimal): -14842752 or 8422429. OLE color: 8422429.

HSL color Cylindrical-coordinate representation of color #1D8480: hue angle of 177.67º 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 #1D8480 is Cyan = 0.78, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.48.

Color convert

RGB29132128-
CMYK0.7800.030.48
HSL177.67º63.98%31.57%-
HSV(B)177.67º78.03%51.76%-
XYZ12.6518.3223.29-
YUV100.75143.3876.83-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 10.03%
GREEN value IS 132 (51.95% from 255) = 45.67%
BLUE value IS 128 (50.39% from 255) = 44.29%
R=10.03%
G=45.67%
B=44.29%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal291321280.7800.030.48177.6763.9831.57
Hex1D84804E0330b24020
Octal35204200116036026210040
Binary1110110000100100000001001110011110000101100101000000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D8480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,132,128); }

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

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

 a { background-color: rgb(29,132,128); }

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

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

 span { border-color: rgb(29,132,128); }

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