#1D8380

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

Shades of Elm #1D8380

Tints of Elm #1D8380

Color information

#1D8380 (or 0x1D8380) is unknown color: approx Elm. HEX triplet: 1D, 83 and 80. RGB value is (29,131,128). Sum of RGB (Red+Green+Blue) = 29+131+128=288 (38% of max value = 765). Red value is 29 (11.72% from 255 or 10.07% from 288); Green value is 131 (51.56% from 255 or 45.49% from 288); Blue value is 128 (50.39% from 255 or 44.44% from 288); Max value from RGB is 131 - color contains mainly: green. Hex color #1D8380 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1D8380 is #E27C7F. Grayscale: #646464. Windows color (decimal): -14843008 or 8422173. OLE color: 8422173.

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

Color convert

RGB29131128-
CMYK0.7800.020.49
HSL178.24º63.75%31.37%-
HSV(B)178.24º77.86%51.37%-
XYZ12.5218.0523.25-
YUV100.16143.7177.24-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 10.07%
GREEN value IS 131 (51.56% from 255) = 45.49%
BLUE value IS 128 (50.39% from 255) = 44.44%
R=10.07%
G=45.49%
B=44.44%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal291311280.7800.020.49178.2463.7531.37
Hex1D83804E0231b2401f
Octal35203200116026126210037
Binary111011000001110000000100111001011000110110010100000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D8380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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