#1A8276

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

Shades of Elm #1A8276

Tints of Elm #1A8276

Color information

#1A8276 (or 0x1A8276) is unknown color: approx Elm. HEX triplet: 1A, 82 and 76. RGB value is (26,130,118). Sum of RGB (Red+Green+Blue) = 26+130+118=274 (36% of max value = 765). Red value is 26 (10.55% from 255 or 9.49% from 274); Green value is 130 (51.17% from 255 or 47.45% from 274); Blue value is 118 (46.48% from 255 or 43.07% from 274); Max value from RGB is 130 - color contains mainly: green. Hex color #1A8276 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1A8276 is #E57D89. Grayscale: #616161. Windows color (decimal): -15039882 or 7766554. OLE color: 7766554.

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

Color convert

RGB26130118-
CMYK0.800.090.49
HSL173.08º66.67%30.59%-
HSV(B)173.08º80%50.98%-
XYZ11.6817.4919.9-
YUV97.54139.5476.98-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 9.49%
GREEN value IS 130 (51.17% from 255) = 47.45%
BLUE value IS 118 (46.48% from 255) = 43.07%
R=9.49%
G=47.45%
B=43.07%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal261301180.800.090.49173.0866.6730.59
Hex1A8276500931ad431f
Octal322021661200116125510337
Binary1101010000010111011010100000100111000110101101100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A8276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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