#1A8275

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

Shades of Elm #1A8275

Tints of Elm #1A8275

Color information

#1A8275 (or 0x1A8275) is unknown color: approx Elm. HEX triplet: 1A, 82 and 75. RGB value is (26,130,117). Sum of RGB (Red+Green+Blue) = 26+130+117=273 (36% of max value = 765). Red value is 26 (10.55% from 255 or 9.52% from 273); Green value is 130 (51.17% from 255 or 47.62% from 273); Blue value is 117 (46.09% from 255 or 42.86% from 273); Max value from RGB is 130 - color contains mainly: green. Hex color #1A8275 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1A8275 is #E57D8A. Grayscale: #616161. Windows color (decimal): -15039883 or 7701018. OLE color: 7701018.

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

Color convert

RGB26130117-
CMYK0.800.10.49
HSL172.5º66.67%30.59%-
HSV(B)172.5º80%50.98%-
XYZ11.6217.4719.59-
YUV97.42139.0477.06-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 9.52%
GREEN value IS 130 (51.17% from 255) = 47.62%
BLUE value IS 117 (46.09% from 255) = 42.86%
R=9.52%
G=47.62%
B=42.86%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0
Y (Yellow) values IS 0.1
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal261301170.800.10.49172.566.6730.59
Hex1A8275500A31ac431f
Octal322021651200126125410337
Binary1101010000010111010110100000101011000110101100100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A8275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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