#1B8782

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

Shades of Elm #1B8782

Tints of Elm #1B8782

Color information

#1B8782 (or 0x1B8782) is unknown color: approx Elm. HEX triplet: 1B, 87 and 82. RGB value is (27,135,130). Sum of RGB (Red+Green+Blue) = 27+135+130=292 (38% of max value = 765). Red value is 27 (10.94% from 255 or 9.25% from 292); Green value is 135 (53.12% from 255 or 46.23% from 292); Blue value is 130 (51.17% from 255 or 44.52% from 292); Max value from RGB is 135 - color contains mainly: green. Hex color #1B8782 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1B8782 is #E4787D. Grayscale: #666666. Windows color (decimal): -14973054 or 8554267. OLE color: 8554267.

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

Color convert

RGB27135130-
CMYK0.800.040.47
HSL177.22º66.67%31.76%-
HSV(B)177.22º80%52.94%-
XYZ13.1519.1724.13-
YUV102.14143.7274.41-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 9.25%
GREEN value IS 135 (53.12% from 255) = 46.23%
BLUE value IS 130 (51.17% from 255) = 44.52%
R=9.25%
G=46.23%
B=44.52%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal271351300.800.040.47177.2266.6731.76
Hex1B878250042Fb14320
Octal33207202120045726110340
Binary11011100001111000001010100000100101111101100011000011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B8782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,135,130); }

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

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

 a { background-color: rgb(27,135,130); }

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

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

 span { border-color: rgb(27,135,130); }

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