#1A8249

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

Shades of Salem #1A8249

Tints of Salem #1A8249

Color information

#1A8249 (or 0x1A8249) is unknown color: approx Salem. HEX triplet: 1A, 82 and 49. RGB value is (26,130,73). Sum of RGB (Red+Green+Blue) = 26+130+73=229 (30% of max value = 765). Red value is 26 (10.55% from 255 or 11.35% from 229); Green value is 130 (51.17% from 255 or 56.77% from 229); Blue value is 73 (28.91% from 255 or 31.88% from 229); Max value from RGB is 130 - color contains mainly: green. Hex color #1A8249 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1A8249 is #E57DB6. Grayscale: #5C5C5C. Windows color (decimal): -15039927 or 4817434. OLE color: 4817434.

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

Color convert

RGB2613073-
CMYK0.800.440.49
HSL147.12º66.67%30.59%-
HSV(B)147.12º80%50.98%-
XYZ9.6116.679.01-
YUV92.41117.0480.63-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 11.35%
GREEN value IS 130 (51.17% from 255) = 56.77%
BLUE value IS 73 (28.91% from 255) = 31.88%
R=11.35%
G=56.77%
B=31.88%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal26130730.800.440.49147.1266.6730.59
Hex1A82495002C3193431f
Octal322021111200546122310337
Binary110101000001010010011010000010110011000110010011100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A8249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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