#1F8248

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

Shades of Salem #1F8248

Tints of Salem #1F8248

Color information

#1F8248 (or 0x1F8248) is unknown color: approx Salem. HEX triplet: 1F, 82 and 48. RGB value is (31,130,72). Sum of RGB (Red+Green+Blue) = 31+130+72=233 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.30% from 233); Green value is 130 (51.17% from 255 or 55.79% from 233); Blue value is 72 (28.52% from 255 or 30.90% from 233); Max value from RGB is 130 - color contains mainly: green. Hex color #1F8248 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1F8248 is #E07DB7. Grayscale: #5D5D5D. Windows color (decimal): -14712248 or 4751903. OLE color: 4751903.

HSL color Cylindrical-coordinate representation of color #1F8248: hue angle of 144.85º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1F8248 is Cyan = 0.76, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.49.

Color convert

RGB3113072-
CMYK0.7600.450.49
HSL144.85º61.49%31.57%-
HSV(B)144.85º76.15%50.98%-
XYZ9.7216.728.85-
YUV93.79115.783.22-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 13.30%
GREEN value IS 130 (51.17% from 255) = 55.79%
BLUE value IS 72 (28.52% from 255) = 30.90%
R=13.30%
G=55.79%
B=30.90%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal31130720.7600.450.49144.8561.4931.57
Hex1F82484C02D31913d20
Octal37202110114055612217540
Binary111111000001010010001001100010110111000110010001111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F8248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,130,72); }

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

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

 a { background-color: rgb(31,130,72); }

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

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

 span { border-color: rgb(31,130,72); }

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