#1A8279

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

Shades of Elm #1A8279

Tints of Elm #1A8279

Color information

#1A8279 (or 0x1A8279) is unknown color: approx Elm. HEX triplet: 1A, 82 and 79. RGB value is (26,130,121). Sum of RGB (Red+Green+Blue) = 26+130+121=277 (36% of max value = 765). Red value is 26 (10.55% from 255 or 9.39% from 277); Green value is 130 (51.17% from 255 or 46.93% from 277); Blue value is 121 (47.66% from 255 or 43.68% from 277); Max value from RGB is 130 - color contains mainly: green. Hex color #1A8279 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1A8279 is #E57D86. Grayscale: #616161. Windows color (decimal): -15039879 or 7963162. OLE color: 7963162.

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

Color convert

RGB26130121-
CMYK0.800.070.49
HSL174.81º66.67%30.59%-
HSV(B)174.81º80%50.98%-
XYZ11.8617.5720.85-
YUV97.88141.0476.73-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 9.39%
GREEN value IS 130 (51.17% from 255) = 46.93%
BLUE value IS 121 (47.66% from 255) = 43.68%
R=9.39%
G=46.93%
B=43.68%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal261301210.800.070.49174.8166.6730.59
Hex1A8279500731af431f
Octal32202171120076125710337
Binary110101000001011110011010000011111000110101111100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A8279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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