#1B8382

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

Shades of Elm #1B8382

Tints of Elm #1B8382

Color information

#1B8382 (or 0x1B8382) is unknown color: approx Elm. HEX triplet: 1B, 83 and 82. RGB value is (27,131,130). Sum of RGB (Red+Green+Blue) = 27+131+130=288 (38% of max value = 765). Red value is 27 (10.94% from 255 or 9.38% from 288); Green value is 131 (51.56% from 255 or 45.49% from 288); Blue value is 130 (51.17% from 255 or 45.14% from 288); Max value from RGB is 131 - color contains mainly: green. Hex color #1B8382 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1B8382 is #E47C7D. Grayscale: #636363. Windows color (decimal): -14974078 or 8553243. OLE color: 8553243.

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

Color convert

RGB27131130-
CMYK0.7900.010.49
HSL179.42º65.82%30.98%-
HSV(B)179.42º79.39%51.37%-
XYZ12.618.0823.94-
YUV99.79145.0476.08-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 9.38%
GREEN value IS 131 (51.56% from 255) = 45.49%
BLUE value IS 130 (51.17% from 255) = 45.14%
R=9.38%
G=45.49%
B=45.14%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal271311300.7900.010.49179.4265.8230.98
Hex1B83824F0131b3421f
Octal33203202117016126310237
Binary11011100000111000001010011110111000110110011100001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B8382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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