#1B8276

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

Shades of Elm #1B8276

Tints of Elm #1B8276

Color information

#1B8276 (or 0x1B8276) is unknown color: approx Elm. HEX triplet: 1B, 82 and 76. RGB value is (27,130,118). Sum of RGB (Red+Green+Blue) = 27+130+118=275 (36% of max value = 765). Red value is 27 (10.94% from 255 or 9.82% from 275); Green value is 130 (51.17% from 255 or 47.27% from 275); Blue value is 118 (46.48% from 255 or 42.91% from 275); Max value from RGB is 130 - color contains mainly: green. Hex color #1B8276 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1B8276 is #E47D89. Grayscale: #616161. Windows color (decimal): -14974346 or 7766555. OLE color: 7766555.

HSL color Cylindrical-coordinate representation of color #1B8276: hue angle of 173.01º 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 #1B8276 is Cyan = 0.79, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.49.

Color convert

RGB27130118-
CMYK0.7900.090.49
HSL173.01º65.61%30.78%-
HSV(B)173.01º79.23%50.98%-
XYZ11.717.5119.9-
YUV97.84139.3877.48-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 9.82%
GREEN value IS 130 (51.17% from 255) = 47.27%
BLUE value IS 118 (46.48% from 255) = 42.91%
R=9.82%
G=47.27%
B=42.91%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal271301180.7900.090.49173.0165.6130.78
Hex1B82764F0931ad421f
Octal332021661170116125510237
Binary1101110000010111011010011110100111000110101101100001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B8276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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