#1A7F48

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

Shades of Salem #1A7F48

Tints of Salem #1A7F48

Color information

#1A7F48 (or 0x1A7F48) is unknown color: approx Salem. HEX triplet: 1A, 7F and 48. RGB value is (26,127,72). Sum of RGB (Red+Green+Blue) = 26+127+72=225 (29% of max value = 765). Red value is 26 (10.55% from 255 or 11.56% from 225); Green value is 127 (50% from 255 or 56.44% from 225); Blue value is 72 (28.52% from 255 or 32% from 225); Max value from RGB is 127 - color contains mainly: green. Hex color #1A7F48 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A7F48 is #E580B7. Grayscale: #5A5A5A. Windows color (decimal): -15040696 or 4751130. OLE color: 4751130.

HSL color Cylindrical-coordinate representation of color #1A7F48: hue angle of 147.33º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1A7F48 is Cyan = 0.80, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.50.

Color convert

RGB2612772-
CMYK0.8000.430.50
HSL147.33º66.01%30%-
HSV(B)147.33º79.53%49.8%-
XYZ9.1915.878.71-
YUV90.53117.5481.97-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 11.56%
GREEN value IS 127 (50% from 255) = 56.44%
BLUE value IS 72 (28.52% from 255) = 32%
R=11.56%
G=56.44%
B=32%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal26127720.8000.430.50147.3366.0130
Hex1A7F485002B3293421e
Octal321771101200536222310236
Binary11010111111110010001010000010101111001010010011100001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A7F48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,127,72); }

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

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

 a { background-color: rgb(26,127,72); }

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

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

 span { border-color: rgb(26,127,72); }

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